aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of vespalib::unlink.Tor Egge2023-07-171-5/+5
* Reduce included code.Henning Baldersheim2023-05-121-0/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-3/+3
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Handle that [docid] can use an optional attribute.Henning Baldersheim2022-10-141-1/+1
* Add serialisation for sorting to documentmetastore.Henning Baldersheim2022-10-141-0/+32
* Rename removeAllOldGenerations() -> reclaim_unused_memory().Geir Storli2022-10-131-2/+2
* Unify og getNumActiveDocs and hide some implementations.Henning Baldersheim2022-09-091-0/+1
* assertBucketDB -> assertBucketDBIntegrityHenning Baldersheim2022-09-091-29/+29
* Track number of active documents in the BucketDB.Henning Baldersheim2022-09-091-0/+5
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-1/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+2
* Update document meta store unit test to not assume implicit commitTor Egge2021-11-181-6/+11
* Use removes_complete() instead of removeComplete() and removeBatchComplete().Tor Egge2021-11-181-23/+23
* Unit test proton::documentmetastore::LidAllocator::unregister_lids().Tor Egge2021-11-141-117/+0
* Only inc genrations on commit. Avoid doing for every insert/remove.Henning Baldersheim2021-11-081-11/+24
* Do not hold the bucket guard longer than necessary.Henning Baldersheim2021-10-281-1/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Control document meta store compaction pace.Tor Egge2021-03-291-8/+36
* Compact DocumentMetaStore _gidToLidMap when dead bytes ratio isTor Egge2021-03-261-0/+29
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
* use size literals in searchcoreArne Juul2021-02-151-1/+2
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-14/+10
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-061-1/+2
* Enforce minimum bucked used bits at document metastore load timeTor Brede Vekterli2020-11-121-0/+26
* Remove IGidCompare interface.Tor Egge2020-11-111-52/+0
* Avoid cache miss and dependency stall when have virtual small objects for che...Henning Baldersheim2020-11-091-13/+9
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-41/+41
* Add tracking of remove operations rate and use this to consider blocking lid ...Geir Storli2020-04-291-1/+16
* Improve tracking of remove batch rate used to consider to block lid space com...Geir Storli2020-04-291-10/+17
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-1/+1
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-1/+1
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-1/+1
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+1
* doc: -> id:Henning Baldersheim2019-08-161-2/+2
* Block lid space compaction job while remove batch (delete buckets) is ongoing.Geir Storli2019-08-131-1/+18
* Merge pull request #10225 from vespa-engine/geirst/document-meta-store-tests-...Tor Egge2019-08-121-523/+491
|\
| * Rewrite document meta store tests to gtest.Geir Storli2019-08-091-523/+491
* | Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-1/+1
|/
* Fix incomplete search-replace.Henning Baldersheim2019-04-011-1/+1
* union and casting -> memcpyHenning Baldersheim2019-04-011-2/+2
* XXHChecksumAggregator -> XXH64ChecksumAggregator and update copyright.Henning Baldersheim2019-04-011-2/+2
* - Wire in control of checksum type.Henning Baldersheim2019-03-271-9/+20
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-2/+2
* Use a bitvector for the single bit numeric attribute.Henning Baldersheim2018-12-191-1/+0
* Must wait longer than stats update interval.Henning Baldersheim2018-09-191-1/+1
* Remove attribute vector saveAs method with two arguments.Tor Egge2018-08-171-3/+3
* Use active lids bitvector for whitelisting.Tor Egge2018-04-061-11/+11