aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/processallhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Include sstream or ostream header file.Tor Egge2023-08-211-0/+1
* Reduce visibility of document::DocumentHenning Baldersheim2022-03-071-0/+1
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-071-1/+2
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-071-2/+1
* Only care about size of payload. Also add payload containing only doctype and...Henning Baldersheim2022-01-061-1/+1
* Simplify by avoid both DocumentSize and PersistedDocumentSize. That is the same.Henning Baldersheim2022-01-061-1/+1
* Simplify DocEntry to get a clean interface with multiple implementations, ins...Henning Baldersheim2022-01-061-0/+1
* Move removeLocation over to Asynchandler and issue all removes for one bucket...Henning Baldersheim2021-11-171-47/+0
* We only the docid for remove and stat.Henning Baldersheim2021-11-161-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Only fetch document IDs in bucket when splitting, not whole documentsTor Brede Vekterli2021-01-051-0/+3
* Remove loadmetrics indirection.Henning Baldersheim2020-11-261-2/+2
* Split the persistence thread and the message handler.Henning Baldersheim2020-10-191-2/+2
* Factor out a handler for async operations to decouple code.Henning Baldersheim2020-10-161-12/+6
* GC disk related code.Henning Baldersheim2020-10-151-5/+1
* Remove partitions from SPI.Tor Egge2020-10-141-2/+4
* - Add async interface to putHenning Baldersheim2020-04-291-26/+11
* Remove flush from provider interface.Henning Baldersheim2020-04-271-11/+6
* Add count metric for number of documents garbage collectedTor Brede Vekterli2020-02-241-3/+9
* Just use the stream method.Henning Baldersheim2020-01-161-2/+2
* Remove virtuality of DocumentId.Henning Baldersheim2020-01-141-4/+4
* Use enum class for storage::spi::Result::ErrorType.Tor Egge2019-07-301-1/+1
* Reduce number of calls to document::BucketSpace::placeHolder() by usingTor Egge2017-10-131-5/+2
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-2/+3
* 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
* - Optimize includes.Henning Baldersheim2017-04-251-1/+0
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-0/+1
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-1/+0
* add override in storage/persistence moduleArne H Juul2017-04-111-2/+2
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-4/+4
* Missing include for vectorHenning Baldersheim2016-11-171-2/+2
* PublishJon Bratseth2016-06-151-0/+136