aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore/file_chunk/file_chunk_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* getBloatCount => getErasedCountHenning Baldersheim2023-10-181-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use ConstBufferRef and add some noexceptHenning Baldersheim2023-10-051-3/+3
* 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-071-1/+1
* 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
* 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-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
* 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-121-1/+64
* Add skeleton for unit tests for docstore file chunk.Geir Storli2017-05-121-0/+12