couchbaselabs / cbft

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbft -- no further development will be done here on couchbaselabs/cbft
Other
27 stars 5 forks source link

How to change "kvStoreName" for an index #166

Closed abhi-bit closed 9 years ago

abhi-bit commented 9 years ago

Have a bucket with 3 million items and started indexing against it couple of days back, so far only 18116 documents have been indexed. At this rate, I'm not sure how long will it take to complete indexing.

JFYI, box has loads of system firepower(24 cores, 150+GB RAM, spinning disks which probably can handle 5K - 10K IOPS) - right now box is sitting idle for most of the time.

Is there is way to change "kvStoreName" from default boltdb to something else? I'm willing to try out leveldb/rocksdb and see if LSM based storage engines would speed up indexing or not.

abhi-bit commented 9 years ago

Found it hiding inside advanced settings :)