0
0
bleve/index/store
Patrick Mezard 9d5407be13 boltdb: add "nosync" option to force boltdb.DB.NoSync=true
Use this option when rebuilding indexes from scratch. In my small case
(~17000 json documents), it reduces indexing from 520s to 250s.

I did not add any test, short of forced indexing termination it only
has performance effects, which are hard to test. And unknown options are
currently ignored.

Issue #240
2015-10-03 14:26:48 +02:00
..
boltdb boltdb: add "nosync" option to force boltdb.DB.NoSync=true 2015-10-03 14:26:48 +02:00
goleveldb switching back to the canonical goleveldb repo 2015-07-08 12:21:17 -06:00
gtreap refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
inmem refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
metrics removing build tags 2015-07-28 18:59:10 -04:00
null add support for using null kvstore outside of bleve internals 2015-09-02 11:50:06 -04:00
batch.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
kvstore.go support using end key on forestdb iterator for term freq lookup 2015-08-18 16:22:02 -04:00
merge.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00