aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/attribute_manager_initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Count more of the memory used by the document metastore.Henning Baldersheim2023-03-151-9/+10
* Call complete_prepare_reconfig() to adjust prepared reconfig whenTor Egge2023-02-071-1/+1
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-1/+1
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-1/+1
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-1/+1
* Various cleanup while reading sorting code in backend.Henning Baldersheim2022-10-131-10/+10
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-3/+3
* Deinline destructors for AttributeCollectionSpecFactory andTor Egge2021-12-121-0/+2
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Improve handling of changed alloc config.Tor Egge2021-02-021-7/+3
* Wire in config for compaction strategy.Tor Egge2021-02-011-1/+4
* Run initializer task with highest transient memory usage first.Tor Egge2020-05-181-0/+3
* = defaultHenning Baldersheim2018-08-151-4/+2
* Use std::promise<void> instead of std::promise<bool> when value is ignored.Tor Egge2017-10-311-7/+7
* 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
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-7/+4
* Explain need for serializing late part of attribute manager initializationTor Egge2017-05-161-0/+4
* Move promise to attribute manager initializer task.Tor Egge2017-05-151-5/+5
* Serialize late attribute manager initialization (after all attributeTor Egge2017-05-151-3/+58
* Rename wipeHistory() to pruneRemovedFields() in handling of attribute fields.Tor Egge2017-04-271-1/+1
* Wipe removed attributes at startup.Tor Egge2017-04-261-0/+1
* Remove recently added attribute specs from document db config.Tor Egge2017-04-201-3/+4
* Add AttributeInitializerResult class, representing an initialized attribute.Tor Egge2017-04-051-4/+4
* Change signature of AttributeCollectionSpecFactory::create toTor Egge2017-04-041-4/+3
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-14/+25
* PublishJon Bratseth2016-06-151-0/+118