summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attribute_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add config for the alloc grow factor used when allocating buffers in multi-va...Geir Storli2018-01-221-5/+5
* Make attribute disk usage estimate more robust. Use cached values insteadTor Egge2017-09-211-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-4/+2
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Save persistent predicate attribute params when saving predicateTor Egge2017-03-271-0/+18
* Clear pending compaction flag before performing compaction.Tor Egge2017-01-231-0/+48
* Expose change vector memory usage.Tor Egge2017-01-051-6/+8
* Use active buffer capacity when calculating address space usage limit.Tor Egge2016-11-281-2/+2
* Report address space usage for multivalue mapping as number of used/deadTor Egge2016-11-261-2/+3
* Extend AddressSpace with dead.Tor Egge2016-11-261-1/+3
* Remove references to old multivalue mapping.Tor Egge2016-11-251-2/+2
* Add missing includes.Henning Baldersheim2016-11-241-0/+2
* Increase parameter for small arrays in multi value attribute from 14 to 1023.Tor Egge2016-11-231-2/+2
* Switch to new multivalue mapping.Tor Egge2016-11-231-3/+3
* Try to maintain memory usage invariant: alloc >= used >= holdTor Egge2016-11-211-4/+4
* Split out the judymultimap template to separate file and instanciate explicit.Henning Baldersheim2016-11-181-0/+1
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-1/+1
* Add braces to for loop to make scope more visible.Tor Egge2016-10-261-1/+4
* Test attribute vectors with read guard held during last updates.Tor Egge2016-10-251-0/+70
* Rewrite test to handle cleanup of data files internally.Geir Storli2016-06-281-129/+156
* use cmathArne Juul2016-06-271-1/+1
* PublishJon Bratseth2016-06-151-0/+2200