aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/filechunk.cpp
Commit message (Expand)AuthorAgeFilesLines
* getBloatCount => getErasedCountHenning Baldersheim2023-10-181-2/+2
* - Modifications are guarded by external lock.Henning Baldersheim2023-10-171-4/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use ConstBufferRef and add some noexceptHenning Baldersheim2023-10-051-2/+2
* GC unused includeHenning Baldersheim2023-10-041-2/+0
* Process idx file in streaming fashion instead of first reading all and then p...Henning Baldersheim2023-10-041-69/+46
* GC unused and non computed return value.Henning Baldersheim2023-10-041-41/+37
* Use large allocator and control size of TmpChunkMeta.Henning Baldersheim2023-10-041-1/+2
* Drop non ancient non const GetSize/GetPositionHenning Baldersheim2023-07-181-4/+4
* Use std::filesystem::remove in docstore.Tor Egge2023-07-141-17/+5
* summary.cache.initialentries and summary.log.chunk.skipcrconread does not hav...Henning Baldersheim2023-03-141-4/+3
* Use std::vector instead of vespalib::ArrayHenning Baldersheim2023-03-141-3/+3
* Pre sizing is not necessary.Henning Baldersheim2023-03-141-5/+4
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* Use more atomic member variables in search::FileChunk and search::WriteableFi...Tor Egge2022-05-021-3/+3
* use atomics for disk footprint to avoid tsan warningsHÃ¥vard Pettersen2022-03-161-3/+3
* Tag all document store tasks executed on the shared executor with cpu category.Geir Storli2022-01-311-3/+6
* - Avoid explicit Close() when not necessary. Destructor does the necessary.Henning Baldersheim2022-01-261-1/+0
* Avoid spinning up a separate thread just for waiting when you can just as eas...Henning Baldersheim2022-01-191-9/+15
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in searchlibArne Juul2021-02-151-1/+2
* Use std::mutex/std::condition_variableHenning Baldersheim2020-10-141-1/+1
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-081-1/+1
* Account and limit number of lids per file to reduce spkies during compaction.Henning Baldersheim2020-05-111-1/+3
* General code health in the vicinity.Henning Baldersheim2020-01-131-7/+6
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-1/+1
* Specify UTC explicitHenning Baldersheim2019-11-181-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Fix format strings in searchlib module.Tor Egge2019-03-121-8/+8
* some more cleanupArne Juul2018-06-201-1/+1
* Reduce use of FastOS_Mutex and FastOS_Cond.Tor Egge2017-10-271-1/+1
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-3/+3
* Limit the number of task s in flight to 2x number of threads in the pool.Henning Baldersheim2017-09-141-7/+6
* Use multiple threads in decompress due to more expensive zstdHenning Baldersheim2017-09-141-22/+55
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-0/+1
* Break out on error before the end.Henning Baldersheim2017-08-081-0/+1
* Clean up incompletely compacted files at startup.Henning Baldersheim2017-08-041-1/+10
* 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
* Use a lock to guard at racing the update of the file object when while is gro...Henning Baldersheim2017-06-091-0/+1
* Add docIdLimit to DataStoreStorageStats.Geir Storli2017-05-121-1/+2
* Move docIdLimit from WriteableFileChunk to FileChunk.Geir Storli2017-05-121-3/+26
* Don't use bucketizer for entries with lid >= docIdLimit.Geir Storli2017-05-121-7/+6
* Skip entries with lid >= docIdLimit in updateLidMap().Geir Storli2017-05-121-2/+7
* Move LidInfo and related classes to separate .h and .cpp files.Geir Storli2017-05-051-23/+0
* Follow up comments on readability by consitent naming and compare.Henning Baldersheim2017-03-141-7/+7
* Increase number of allowed files to 64k.Henning Baldersheim2017-03-131-7/+12