summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore/file_chunk
Commit message (Expand)AuthorAgeFilesLines
* summary.cache.initialentries and summary.log.chunk.skipcrconread does not hav...Henning Baldersheim2023-03-141-17/+3
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Tag all document store tasks executed on the shared executor with cpu category.Geir Storli2022-01-311-4/+6
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Use std::mutex/std::condition_variableHenning Baldersheim2020-10-141-1/+1
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-081-14/+14
* Account and limit number of lids per file to reduce spkies during compaction.Henning Baldersheim2020-05-111-0/+25
* Remove files used by old unit test runner.Tor Egge2019-02-191-1/+0
* Add equality operators on the configs.Henning Baldersheim2017-10-051-0/+13
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-1/+2
* Make tests work in out-of-source builds.Geir Storli2017-06-151-2/+2
* 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
* Move docIdLimit from WriteableFileChunk to FileChunk.Geir Storli2017-05-121-25/+83
* Don't use bucketizer for entries with lid >= docIdLimit.Geir Storli2017-05-121-2/+23
* Skip entries with lid >= docIdLimit in updateLidMap().Geir Storli2017-05-121-4/+63
* Write docIdLimit to header in idx file of WriteableFileChunk.Geir Storli2017-05-123-1/+64
* Add skeleton for unit tests for docstore file chunk.Geir Storli2017-05-123-0/+21