summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
...
* Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-175-12/+22
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-4/+4
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-032-1/+4
* Sample and track the current transient memory usage across all document dbs.Geir Storli2022-01-073-65/+21
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-1/+2
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-021-0/+1
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+3
* Allocate attribute manager once after attributes are set up.Henning Baldersheim2021-11-191-4/+15
* Use GateCallback to signal completion of force commit.Tor Egge2021-11-161-2/+6
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-281-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0726-26/+26
* Remove explicit tracking of enum store and multi-value address space usage.Geir Storli2021-09-211-9/+9
* Use max address space used in attribute vector components to determine whethe...Geir Storli2021-08-202-40/+11
* Track max address space usage among components in attributes vectors in all s...Geir Storli2021-08-202-0/+56
* Wire in the shared executor for use when loading attributes.Henning Baldersheim2021-08-131-2/+5
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-8/+11
* Optimize assign updates to tensor attribute with hnsw index by handling them ...Geir Storli2021-07-141-3/+35
* Report hash and B-tree memory usage separately for enum store dictionary.Tor Egge2021-04-082-18/+62
* Rename TransientMemoryUsageProvider to TransientResourceUsageProvider.Geir Storli2021-03-251-5/+5
* Use an enum to avoid dangerous implicit type conversionHenning Baldersheim2021-02-271-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-273-15/+15
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-253-4/+0
* use size literals in searchcoreArne Juul2021-02-153-11/+9
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-142-6/+9
* Improve handling of changed alloc config.Tor Egge2021-02-022-8/+4
* Wire in config for compaction strategy.Tor Egge2021-02-012-2/+4
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-312-1/+2
* Wire reporting of attribute resource usage all the way to the cluster control...Geir Storli2021-01-291-10/+37
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-1/+2
* Reduce test time for searchcore_attributeflush_test_app.Tor Egge2021-01-081-2/+2
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-061-13/+14
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-5/+6
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-1/+2
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-232-32/+34
* simplifyArne Juul2020-10-151-2/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-20/+21
* Use XXH3 over XXH64 as vespalib string hash functionTor Brede Vekterli2020-10-083-10/+26
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* Modify applyCommit to commit without updating synctoken if too early.Henning Baldersheim2020-10-032-4/+5
* Use correct serial number when creating attribute.Henning Baldersheim2020-10-031-5/+4
* Ignore force commit with serial number not greater than attribute vector crea...Tor Egge2020-09-231-0/+14
* GC unused code.Henning Baldersheim2020-08-132-12/+12
* Consolidate search for GTest.Tor Egge2020-07-073-3/+0
* Use find_package to find gtest library.Tor Egge2020-06-293-3/+6
* Let getExecutorId be a pure interface.Henning Baldersheim2020-06-261-2/+2
* Use ForegroundThreadExecutor in unit tests.Geir Storli2020-06-254-12/+17
* Run prepare step of two-phase puts in the shared executor instead of the attr...Geir Storli2020-06-251-14/+22