summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore/logdatastore/logdatastore_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Separate spread and bloatHenning Baldersheim2021-12-081-8/+7
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in searchlibArne Juul2021-02-151-23/+24
* Add alloc_aligned member function.Tor Egge2021-02-131-2/+1
* Forward declare MemoryAllocator in vespalib/util/alloc.h.Tor Egge2021-02-131-0/+1
* Use DirectoryHandler to reduce code duplication.Henning Baldersheim2020-05-131-19/+5
* Depends on scheduling order so range must be extended.Henning Baldersheim2020-05-111-1/+1
* Account and limit number of lids per file to reduce spkies during compaction.Henning Baldersheim2020-05-111-27/+37
* Update tests expected sizesHenning Baldersheim2020-01-081-2/+2
* Remove interface to modify buffer.Henning Baldersheim2020-01-081-3/+3
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-3/+3
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-1/+1
* Specify UTC explicitHenning Baldersheim2019-11-181-5/+5
* Don't ignore truncate result.Tor Egge2019-10-031-1/+2
* Port logdatastore unit test to Darwin.Tor Egge2019-09-291-1/+4
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Fix format strings in searchlib module.Tor Egge2019-03-121-4/+4
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-1/+1
* Remove unused settings in proton.def.Geir Storli2019-01-211-2/+1
* Update comments and tests as memory size has increased by 8 bytes per entry i...Henning Baldersheim2018-09-241-9/+9
* Properly test writethrough on UPDATE strategyHenning Baldersheim2018-07-191-14/+37
* Properly test both INVALIDATE and UPDATE strategy. Fix bug with incorrect siz...Henning Baldersheim2018-07-191-4/+57
* Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-191-26/+27
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* Let config reflect what it is, a threadpool serving a range of background tas...Henning Baldersheim2017-10-061-28/+21
* Add equality operators on the configs.Henning Baldersheim2017-10-051-42/+32
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-2/+1
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-101-1/+1
* Avoid opening idxfile to early for writing. Especially as it might get trunca...Henning Baldersheim2017-08-081-1/+5
* Add test that files are actually skipped.Henning Baldersheim2017-08-041-0/+17
* Clean up incompletely compacted files at startup.Henning Baldersheim2017-08-041-0/+24
* 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
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Fix testing of getEstimatedShrinkLidSpaceGain() returning 0 when lid space ca...Geir Storli2017-05-181-1/+2
* Must hold guard when accessing _lidInfo size and return 0 as memory gain when...Geir Storli2017-05-181-0/+1
* Implement getEstimatedShrinkLidSpaceGain() for LogDataStore.Geir Storli2017-05-121-0/+2
* Add support for shrinking lid space in LogDataStore.Geir Storli2017-05-121-4/+46
* Fix such that getLid() is protected by docIdLimit.Geir Storli2017-05-121-0/+8
* Support that lid space can be compacted and entries from old files skipped du...Geir Storli2017-05-121-12/+66
* Integrate that docIdLimit at idx file creation time is written to file header.Geir Storli2017-05-121-10/+55
* Use docIdLimit in read functions and test that docIdLimit is updated.Geir Storli2017-05-121-0/+69
* Move StoreByBucket tests to separate test file.Geir Storli2017-05-051-62/+0
* Move chunk tests to separate test file.Geir Storli2017-05-051-51/+0
* Move LidInfo tests to separate test file.Geir Storli2017-05-051-56/+0