aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/documentmetastore/documentmetastoreflushtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "Balder/refactor flushengine runloop""Henning Baldersheim2023-05-051-1/+1
* Revert "Balder/refactor flushengine runloop"Håkon Hallingstad2023-05-051-1/+1
* - Introduce a LeafFlushTarget that all target not proxying should inherit fro...Henning Baldersheim2023-05-041-1/+1
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-061-1/+5
* Rename removeAllOldGenerations() -> reclaim_unused_memory().Geir Storli2022-10-131-1/+1
* Use std::filesystem to create and remove directories.Tor Egge2022-06-231-1/+0
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-021-2/+2
* take read guards while accessing bitvectorsHåvard Pettersen2022-05-191-0/+1
* Prepare for reduced commit rate for document meta store.Tor Egge2021-11-121-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Various code health.Henning Baldersheim2021-01-301-13/+5
* Various readability and code cleanup. closure -> lambdaHenning Baldersheim2021-01-231-3/+0
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-061-1/+1
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-2/+2
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-1/+1
* Specify UTC explicitHenning Baldersheim2019-11-181-1/+1
* Use std::make_xxxHenning Baldersheim2018-08-201-23/+9
* Adjust warning when failing to save document meta store.Tor Egge2018-08-191-2/+2
* Don't set attribute base file name when flushing attribute, it is noTor Egge2018-08-191-1/+0
* Add file name to lowe level attribute save methods.Tor Egge2018-08-171-1/+1
* Extend HwInfo with disk size, if disk is shared and memory size and sample si...Geir Storli2017-09-271-1/+1
* 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
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-11/+8
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Add document meta store shrink flushtarget.Tor Egge2017-05-161-9/+2
* Add getEstimatedShrinkLidSpaceGain() to interface for compactable lid space.Tor Egge2017-05-101-10/+3
* add override in searchcore moduleArne H Juul2017-04-121-2/+2
* Use more forward declarations.Tor Egge2017-04-051-0/+3
* Use tryGetWriter() in flush task to get writer instead of getWriter().Tor Egge2017-03-231-1/+1
* Remove 'removeDir' argument to removeInvalidSnapshots method.Tor Egge2017-03-231-1/+1
* Use new AttributeDirectory in flush targets.Tor Egge2017-03-231-85/+62
* Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-041-3/+3
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-031-6/+21
* Sync code structure with FlushableAttribute, factor out document meta storeTor Egge2016-11-031-10/+14
* PublishJon Bratseth2016-06-151-0/+272