summaryrefslogtreecommitdiffstats
path: root/include/shard/WSS.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrated over to using psudb-common utilities/headersDouglas Rumbaugh2023-08-241-3/+9
|
* Expanded query interfaceDouglas Rumbaugh2023-07-271-3/+7
| | | | | Query interface now enables skipping of delete processing and stopping query processing when first match is found.
* Adjusted calculation for index sizeDouglas Rumbaugh2023-07-261-7/+8
|
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-171-1/+1
| | | | | This is necessary for KNN, but it unused for all currently implemented query types.
* Updated bloom filters to use whole recordDouglas B. Rumbaugh2023-06-091-6/+6
|
* Fixed bug(s) in tagging-based deletesDouglas B. Rumbaugh2023-06-091-1/+5
|
* General header/file cleanupDouglas Rumbaugh2023-06-071-1/+1
|
* Bugfixes for query state processing functionDouglas Rumbaugh2023-06-071-7/+10
|
* Added a pre-query hook for processing statesDouglas Rumbaugh2023-06-071-16/+55
| | | | | This is used for setting up the query alias structure stuff for sampling queries.
* WSS tests + bugfixesDouglas Rumbaugh2023-06-051-7/+9
|
* WSS.h: initial WSS shard implementationDouglas Rumbaugh2023-06-051-0/+392