aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/datastore/array_store
Commit message (Expand)AuthorAgeFilesLines
* Improve buffer allocation strategy in data store by matching underlying alloc...Geir Storli2018-01-261-5/+9
* Add more conservative buffer allocation strategy in datastore buffers.Geir Storli2018-01-191-1/+5
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-7/+5
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-5/+7
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-7/+5
* Move MemStats struct to searchlib test library. Add class comment.Tor Egge2017-01-301-25/+2
* Tune compaction, i.e. specify whether to compact on memory, compact onTor Egge2016-11-291-3/+82
* Add comments.Tor Egge2016-11-281-0/+7
* Use active buffer capacity when calculating address space usage limit.Tor Egge2016-11-281-2/+3
* Report address space usage for multivalue mapping as number of used/deadTor Egge2016-11-261-4/+7
* Use config for setting up array store instances with optimization for huge pa...Geir Storli2016-11-241-1/+1
* Reduce number of buffers in array store from 32k to 8k.Tor Egge2016-11-231-1/+1
* Allow usage of all buffers when reporting address space usage.Geir Storli2016-11-211-1/+1
* Expose address space usage in array store and multi-value mapping.Geir Storli2016-11-211-0/+9
* Track memory usage in underlying buffers in ArrayStore.Geir Storli2016-11-181-4/+53
* Make member variables in BufferState private and add public functions where n...Geir Storli2016-11-181-3/+3
* No need to inc generation after trimming of hold lists.Geir Storli2016-11-161-1/+1
* Add support for compacting the worst buffer in an array store.Geir Storli2016-11-161-14/+94
* Test that new underlying buffer is allocated when current is full.Geir Storli2016-11-151-6/+42
* Add remove() function to array store.Geir Storli2016-11-111-0/+24
* Implement basic array store with support for add() and get().Geir Storli2016-11-103-0/+78