aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/postingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29334 from vespa-engine/balder/more-eager-to-create-bitve...v8.259.15Henning Baldersheim2023-11-141-2/+2
|\
| * - Create bitvector when freqency > 1/64, up from 1/32Henning Baldersheim2023-11-141-2/+2
* | Slightly less aggressive compaction of posting store.Tor Egge2023-11-141-1/+5
|/
* More detailed posting store memory usage in attribute explorer.Geir Storli2023-11-101-7/+7
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-191-27/+12
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-12/+27
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-27/+12
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-6/+6
* Allocate BufferState in stash and add pointer to BufferAndMetaHenning Baldersheim2023-03-131-2/+1
* Add vespalib::datastore::CompactingBuffers.Tor Egge2022-10-041-7/+7
* Alwasy use bitvector for long posting lists.Henning Baldersheim2022-09-291-25/+9
* Enable bitvector iterators when using DirectAttributeBlueprint.Tor Egge2022-06-151-0/+16
* make new bitvector when growingHÃ¥vard Pettersen2022-05-111-19/+19
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-9/+9
* Integrate CompactionStrategy with AddressSpace and MemoryUsage.Tor Egge2021-12-081-2/+2
* Add CompactionSpec.Tor Egge2021-12-081-6/+9
* Add EntryRefFilter class.Tor Egge2021-12-061-19/+13
* Enable early check for buffer being compacted when compacting posting store.Tor Egge2021-12-041-87/+114
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Update _bvs when compacting buffers containing bitvector entries.Tor Egge2021-06-071-1/+4
* Add consider_compact methods to posting store.Tor Egge2021-04-201-1/+46
* Add member functions for scanning dictionary and compacting posting store.Tor Egge2021-04-191-0/+23
* Add compaction of PostingStore.Tor Egge2021-04-161-0/+70
* Use more specific member function name for normalizing posting lists.Tor Egge2021-03-241-2/+2
* Hide dictionary B-tree from posting store.Tor Egge2021-03-231-35/+36
* Prepare for reducing direct usage of EnumPostingTree and increasing usageTor Egge2021-03-151-6/+7
* Rename 'active' buffer to 'primary' buffer in DataStoreBase.Geir Storli2021-02-261-1/+1
* GC unused empty namespace.Henning Baldersheim2021-01-111-7/+0
* Have the BufferType::_emptyEntry be static.Henning Baldersheim2021-01-101-3/+11
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Maintain the cached bitCount to avoid cost query time.Henning Baldersheim2020-01-221-7/+5
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-111-2/+2
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-3/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-281-3/+2
* Nested namespace and related cleanup.Henning Baldersheim2018-11-051-7/+1
* move LOG_SETUP after other includesArne Juul2018-06-201-2/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+2
* Replace tab with spaces.Geir Storli2017-09-131-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
* Code cleanup while considering options for hit estimation.Henning Baldersheim2017-06-141-6/+3
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-5/+2
* Replace alloc functions in DataStoreT with access to allocators.Geir Storli2016-11-281-8/+8
* mark all temporary variables that only exist to assert (void), so that NDEBUG...Henning Baldersheim2016-11-171-0/+9
* Move datastore classes to separate sub library.Geir Storli2016-11-031-1/+1