summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug(s) in tagging-based deletesDouglas B. Rumbaugh2023-06-097-7/+27
|
* Build changes and interface cleanupDouglas B. Rumbaugh2023-06-092-6/+6
| | | | | | | | | | Renamed the get_record_cnt() functions to get_record_count() for consistency, dropped references to SSIs, and added openmp build flags for PGM related targets. Also adjusted dynamic_extension_tests.inc to fail when an erase fails during the static structure testing as part of debugging a delete cancellation problem under leveling.
* General header/file cleanupDouglas Rumbaugh2023-06-078-108/+5
|
* Interface adjustmentsDouglas Rumbaugh2023-06-072-33/+10
| | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor.
* Bugfixes for query state processing functionDouglas Rumbaugh2023-06-073-28/+34
|
* Added a pre-query hook for processing statesDouglas Rumbaugh2023-06-076-29/+172
| | | | | This is used for setting up the query alias structure stuff for sampling queries.
* InternalLevel: bugfix when building under taggingDouglas Rumbaugh2023-06-071-1/+1
|
* Added TrieSpline and PGM Range queries + tests and bugfixesDouglas Rumbaugh2023-06-052-80/+113
|
* PGM-based shardDouglas Rumbaugh2023-06-051-0/+345
|
* TrieSpline tests+bugfixesDouglas Rumbaugh2023-06-051-12/+17
|
* WSS tests + bugfixesDouglas Rumbaugh2023-06-051-7/+9
|
* MemISAM tests + bugfixesDouglas Rumbaugh2023-06-051-31/+32
|
* TrieSpline: initial commit of shardDouglas Rumbaugh2023-06-051-0/+340
|
* WSS.h: initial WSS shard implementationDouglas Rumbaugh2023-06-051-0/+392
|
* Implemented initial query class for MemISAMDouglas Rumbaugh2023-06-051-54/+156
|
* Fixed uninitialized record header issueDouglas Rumbaugh2023-05-301-0/+1
|
* Framework query bugfixesDouglas Rumbaugh2023-05-292-1/+6
|
* Framework-level query testing + fixesDouglas Rumbaugh2023-05-293-14/+16
|
* WIRS Query tests + fixesDouglas Rumbaugh2023-05-292-20/+99
|
* Fixed InternalLevel memory leakDouglas Rumbaugh2023-05-292-41/+61
|
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-295-110/+109
|
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-297-61/+95
|
* WIRS query interfaceDouglas Rumbaugh2023-05-291-43/+117
|
* More updates/restructuringDouglas Rumbaugh2023-05-229-136/+104
|
* Progress towards generalization of shard interfaceDouglas Rumbaugh2023-05-229-599/+292
|
* Started implementing shard interface (not finished yet)Douglas Rumbaugh2023-05-174-67/+87
|
* Removed unncessary tagging paramter from shards and levelsDouglas Rumbaugh2023-05-174-60/+52
|
* Record format generalizationDouglas Rumbaugh2023-05-158-245/+288
| | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working.
* Ported over IRS with unit testsDouglas Rumbaugh2023-05-093-2/+392
|
* Header updateDouglas Rumbaugh2023-05-091-0/+9
|
* Dynamic Extension unit tests + bugfixesDouglas Rumbaugh2023-05-093-97/+100
|
* WIRS Shard testing and bugfixesDouglas Rumbaugh2023-05-091-11/+5
|
* MutableBuffer tests and bugfixesDouglas Rumbaugh2023-05-091-1/+1
|
* Template/port fixes on utility modulesDouglas Rumbaugh2023-05-092-17/+18
|
* Initial port of DynamicExtension frameworkDouglas Rumbaugh2023-05-092-16/+643
|
* Initial port of InternalLevelDouglas Rumbaugh2023-05-092-0/+266
|
* Initial port of WIRS structure and mutable bufferDouglas Rumbaugh2023-05-092-0/+676
|
* Templatized Record with key, value, and optional weightDouglas Rumbaugh2023-05-093-29/+25
|
* Record.h: Renamed record_t to Record for POSIX compliance.Douglas Rumbaugh2023-05-083-13/+13
| | | | | | | Required for compliance with POSIX B.2.12. The other _t types, key_t, val_t, header_t, etc. will be revised later when switching over to a templated version of this code.
* Ported PageFile.h overDouglas Rumbaugh2023-05-081-0/+434
|
* Began porting source files over from other repositoryDouglas Rumbaugh2023-05-0812-0/+867