aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
Commit message (Collapse)AuthorAgeFilesLines
* Run prepare step of two-phase puts in the shared executor instead of the ↵Geir Storli2020-06-251-7/+17
| | | | | | | | attribute field executor. Benchmarking has shown that we get an uneven balance between the underlying threads when using the attribute field executor. This is a sequenced task executor, where each underlying thread only is allowed to handle a subset of the prepare tasks (based on the local document id). Using the shared executor should give an even balance.
* Adjust prepare restart strategy for differentiated replay operation costs.Tor Egge2020-06-101-0/+5
|
* Merge pull request #12854 from ↵Geir Storli2020-04-061-1/+1
|\ | | | | | | | | vespa-engine/geirst/hnsw-index-params-in-attribute-header Hnsw index params in attribute header
| * Fix typo.Geir Storli2020-04-031-1/+1
| |
* | Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-4/+4
|/
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-032-11/+16
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-032-16/+11
|
* Reduce code visibility.Henning Baldersheim2020-01-012-10/+15
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-1/+1
| | | | | | | fetchPostings. The estimated hitrate that each iterator will will enable smarter query evaluation. Especially will it be possible to figure out if static up front cost can be avoided.
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-162-6/+6
|
* GC unused code.Henning Baldersheim2019-12-161-6/+5
|
* Use std::chrono.Henning Baldersheim2019-12-094-17/+18
|
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-054-8/+9
|
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-1/+1
|
* Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-202-3/+3
|
* Use C++11 chrono instead prehistoric homegrown stuff.Henning Baldersheim2019-11-202-18/+11
|
* Push handling of NearestNeighborTerm down to AttributeBlueprintFactory.Geir Storli2019-11-191-1/+1
|
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-191-1/+1
|
* Specify UTC explicitHenning Baldersheim2019-11-185-41/+32
|
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-152-7/+7
|
* Use steady_clockHenning Baldersheim2019-11-151-5/+5
|
* Do not require or provide Syncable.Henning Baldersheim2019-08-251-1/+1
|
* Split ThreadExecutor in syncable and not.Henning Baldersheim2019-08-256-21/+21
|
* std::make_unique while reading up on phrase search code.Henning Baldersheim2019-08-151-9/+8
|
* Ensure that interleaved features can be reconstructed in posting lists by ↵Geir Storli2019-06-282-1/+31
| | | | running 2x triggerFlush.
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup ↵Geir Storli2019-06-062-4/+8
| | | | field length calculators per field index.
* Change searchcorespi::IndexSearchable to also implement the ↵Geir Storli2019-06-057-7/+46
| | | | | | IFieldLengthInspector API. Currently the memory and disk index implementations return empty field length info for all fields.
* Style changes.Geir Storli2019-06-056-87/+57
|
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-232-3/+3
| | | | | | | | | | | | | Having RCU support available across all our C++ modules open up new opportunities for optimizations. This changes the following: - `RcuVector` moved from `searchlib` to `vespalib` - `MemoryUsage` moved from `searchlib` to `vespalib` - Introduce a simplified, more generic `GrowStrategy` in `vespalib` used by the moved `RcuVector` which does not have any notion of documents. Existing searchlib `GrowStrategy` gets a simple function to convert to this generic strategy.
* Expose the shared executor as a ThreadExecutor directlyHenning Baldersheim2019-05-151-1/+1
|
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-0/+1
|
* Failure to load shared library gives a different error messageTor Egge2019-03-181-0/+6
| | | | on darwin.
* Fix format strings in searchcorespi module.Tor Egge2019-03-132-2/+2
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-1/+0
|
* Adjust forward declaration in searchcorespi.Tor Egge2019-02-081-1/+1
|
* Update default source in source selector when switching to new memory index.Tor Egge2019-01-162-4/+7
| | | | Override default source when loading source selector from disk.
* Add workaround for source selector corruption.Tor Egge2019-01-151-0/+5
|
* Compact lid space on source selector.Tor Egge2019-01-084-0/+20
|
* Revert "Compact lid space on source selector."Arnstein Ressem2019-01-074-20/+0
|
* Compact lid space on source selector.Tor Egge2019-01-044-0/+20
|
* Revert "Compact lid space on source selector."Henning Baldersheim2019-01-034-20/+0
|
* Compact lid space on source selector.Tor Egge2019-01-034-0/+20
|
* - Decouple index config from ProtonConfig.Henning Baldersheim2018-12-032-10/+8
| | | | | - Decouple grow config from Protonconfig. No semantic changes, just refactoring.
* Remove whitespaceHenning Baldersheim2018-08-123-6/+6
|
* Pass stringref by valueHenning Baldersheim2018-08-104-21/+15
|
* Sync index dirs before marking index dir valid.Tor Egge2018-08-043-5/+26
| | | | Sync config save dir before marking config save valid.
* Remove stringref::c_str()Tor Brede Vekterli2018-07-252-5/+6
| | | | | | | | | | | | | The expected semantics of c_str() (a null-terminated string) cannot be satisfied with a string reference, so remove the function entirely to prevent people from using it in buggy ways. Replaces c_str() with data() in places where it is presumed safe, otherwise constructs temporary string instances. Certain callsites have been de-stringref'd in favor of regular strings, in particular where C APIs have been transitively called. The vast majority of these were called with string parameters anyway, so should not cause much extra allocation.
* Merge branch 'master' into balder/reduce-code-visibility-rebasedHenning Baldersheim2018-06-122-4/+1
|\
| * Merge pull request #6174 from vespa-engine/arnej/cleanup-old-mak-filesHenning Baldersheim2018-06-121-1/+0
| |\ | | | | | | clean up remnants of .mak files