aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/storeonlydocsubdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Also tune or turn off background jobs when content node is in maintenance.Geir Storli2023-11-071-5/+5
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-011-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add test for disabling of cache in removed dbHenning Baldersheim2023-10-051-2/+6
* Disable cache for removed only docsubdb.Henning Baldersheim2023-10-051-4/+13
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* Remove unused parameter in prepare_reconfig member functions.Tor Egge2023-02-091-2/+1
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-071-1/+1
* Call complete_prepare_reconfig() to adjust prepared reconfig whenTor Egge2023-02-071-2/+8
* Pass optional serial num to prepare reconfig.Tor Egge2023-02-071-1/+2
* Add proton::DocumentDB::prepare_reconfigTor Egge2023-02-021-1/+12
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
* Move sessionmanager from documentdb to proton and use a SchedulerForwardExecu...Henning Baldersheim2022-12-081-2/+0
* Wire SessionManager via IDocumentSubDBOwnerHenning Baldersheim2022-12-081-2/+1
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-061-0/+6
* Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-161-1/+1
* Fetch target active from bucketdb.Henning Baldersheim2022-09-111-10/+9
* Remove unused DocTypeName parameter.Tor Egge2022-08-261-1/+1
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-021-1/+2
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-261-2/+2
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-0/+1
* take read guards while accessing bitvectorsHÃ¥vard Pettersen2022-05-191-1/+5
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-8/+8
* Get callback when setBucketStateCalculator has completed.Henning Baldersheim2021-11-221-4/+4
* Correct config for retired nodes both after reconfig and retired -> up for bo...Henning Baldersheim2021-11-121-14/+23
* Consider retirement on every cluster change and reconfig.Henning Baldersheim2021-11-121-15/+26
* When node is retired we can relax compaction strategy as we have peakedHenning Baldersheim2021-11-121-3/+33
* GC unused using directives.Henning Baldersheim2021-10-261-4/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-1/+1
* Improve handling of changed alloc config.Tor Egge2021-02-021-15/+21
* Wire in config for compaction strategy.Tor Egge2021-02-011-0/+4
* Remove the syncFeedView upcall as it has no purpose other than forcing it mor...Henning Baldersheim2021-01-261-1/+0
* Closure -> lambdaHenning Baldersheim2021-01-251-1/+0
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-061-1/+2
* GC unused parameter. No need to say maybe when it is definitive.Henning Baldersheim2020-12-151-3/+2
* Remove IGidCompare interface.Tor Egge2020-11-111-3/+1
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-5/+5
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-3/+4
* Trim down LidReuseDelayer.Tor Egge2020-10-301-2/+1
* Compact document meta store lid space when replay is done.Tor Egge2020-09-091-1/+5
* - Let LidReuseDelayer be owned by FeedView and configured only at constructio...Henning Baldersheim2020-08-211-29/+3
* Avoid time based commit handling inside storeonly feed view.Henning Baldersheim2020-08-191-4/+1
* temporary enable docstore validation at startup.Henning Baldersheim2020-04-081-0/+24
* Use vespalib::count_sHenning Baldersheim2019-12-191-6/+5
* GC unused code.Henning Baldersheim2019-12-161-1/+0
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-2/+2
* No need to use explicit namespace here.Henning Baldersheim2019-12-161-1/+1
* Use std::chrono.Henning Baldersheim2019-12-091-2/+2
* Use the shared executor from the threading service, and remove the loose wire.Henning Baldersheim2019-05-141-4/+1