What is your use case for this?
Do you have an ideai of the number of ops per second your application will have? (read, write, delete,.)
As you probably know it is quite important for durability but also for the views to write the data on the disk. The indexes are created using the data that are stored in the drive.
Hello,
AFAIK this is not possible, the Disk Queue in managed internally by Couchbase, but you can monitor and configure the Disk Write Queue:
http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-monitoring-...
http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-bestpractic...
http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-admin-cbepc...
What is your use case for this?
Do you have an ideai of the number of ops per second your application will have? (read, write, delete,.)
As you probably know it is quite important for durability but also for the views to write the data on the disk. The indexes are created using the data that are stored in the drive.
Regards
Tug
@tgrall