0
0
bleve/index/store/boltdb
Marty Schoch a52d3b5c07 put in hack to allow boltdb reader isolation test to pass
in boltdb, long readers *MAY* block a writer.  in particular if
the write requires additional allocation, it must acquire a lock
already held by the reader.  in general this is not a problem
for bleve (though it can affect performance in some cases), but
it is a problem for the reader isolation test.  this commit
adds a hack to try and avoid the need for additional allocation
closes #208
2015-05-21 11:39:59 -04:00
..
iterator.go major improvements to index row encoding 2015-04-03 16:50:48 -04:00
reader.go major improvements to index row encoding 2015-04-03 16:50:48 -04:00
store_test.go put in hack to allow boltdb reader isolation test to pass 2015-05-21 11:39:59 -04:00
store.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
writer.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00