aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
* must not do two_phase_put for partial updateArne Juul2024-01-221-1/+1
* More detailed posting store memory usage in attribute explorer.Geir Storli2023-11-101-2/+7
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-014-10/+10
* Get attribute vector match settings from live config when starting proton.Tor Egge2023-10-301-0/+3
* Use regular commitIfChangeVectorTooLarge instead of explicit initiateCommitHenning Baldersheim2023-10-251-0/+1
* Update copyrightJon Bratseth2023-10-0983-83/+83
* Add attribute config details to state explorer.Geir Storli2023-09-052-35/+52
* Add explorer for the attribute writer.Geir Storli2023-09-013-2/+96
* Use std::filesystem::directory_iterator in AttributeDiskLayout.Tor Egge2023-08-311-7/+4
* The AttributeContext is a short lived cache for attributes guards. Until we u...Henning Baldersheim2023-05-263-15/+33
* Use vespalib::hash_map over std::unordered_mapHenning Baldersheim2023-05-242-3/+3
* GC unused assert includesHenning Baldersheim2023-05-171-0/+1
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-1/+1
* Revert "Revert "Balder/refactor flushengine runloop""Henning Baldersheim2023-05-052-10/+10
* Revert "Balder/refactor flushengine runloop"HÃ¥kon Hallingstad2023-05-052-10/+10
* - Introduce a LeafFlushTarget that all target not proxying should inherit fro...Henning Baldersheim2023-05-042-10/+10
* Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-141-0/+1
* Report memory usage for document meta store.Tor Egge2023-03-291-22/+3
* Revert "Revert "Explore attribute vector in writer thread.""Tor Egge2023-03-2913-149/+94
* Revert "Explore attribute vector in writer thread."Henning Baldersheim2023-03-2813-94/+149
* Rename AttributeExecutor::run member function to run_sync.Tor Egge2023-03-283-3/+3
* Explore attribute vector in writer thread.Tor Egge2023-03-2813-149/+94
* Count more of the memory used by the document metastore.Henning Baldersheim2023-03-152-12/+14
* Handle raw attribute in document retriever.Tor Egge2023-03-141-0/+19
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Delay creation of AttributeCollectionSpec.Tor Egge2023-02-084-8/+14
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-078-32/+34
* Add comments describing when attribute vector create serial number is set.Tor Egge2023-02-071-0/+10
* Call complete_prepare_reconfig() to adjust prepared reconfig whenTor Egge2023-02-075-11/+11
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-0620-31/+123
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-0620-123/+31
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-0620-31/+123
* Change from typedef to using in searchcore.Geir Storli2022-12-218-8/+8
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-066-5/+32
* Report transient disk usage for attribute disk snapshots.Geir Storli2022-12-022-6/+58
* Don't apply remove to attribute if last sync token on attribute is equal to s...Tor Egge2022-11-251-2/+1
* Merge pull request #24426 from vespa-engine/balder/cleanup-sorting-code-cppHenning Baldersheim2022-10-136-53/+51
|\
| * Various cleanup while reading sorting code in backend.Henning Baldersheim2022-10-136-53/+51
* | Rename removeAllOldGenerations() -> reclaim_unused_memory().Geir Storli2022-10-132-2/+2
|/
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-1/+1
* Update tests.Henning Baldersheim2022-09-292-6/+3
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-281-1/+1
* Normalize includes in searchcore.Tor Egge2022-09-272-2/+2
* Put commands for docsum field writers at a common place.Geir Storli2022-09-191-18/+15
* Stop using summarymap config in backend.Tor Egge2022-09-062-97/+0
* Rename AttributeAspectConfigRewriter::get_delayed... member functions to is_d...Tor Egge2022-09-051-16/+16
* Let attribute aspect delayer adjust summary config.Tor Egge2022-09-032-108/+273
* Revert "Revert "Revert "Revert "Use a hash_set<int32_t> to quickly check if a...Henning Baldersheim2022-08-162-10/+10
* Revert "Revert "Revert "Use a hash_set<int32_t> to quickly check if a field i...Henning Baldersheim2022-08-152-10/+10
* Revert "Revert "Use a hash_set<int32_t> to quickly check if a field is an ind...Henning Baldersheim2022-08-122-10/+10