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.
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.