| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expanded query interface | Douglas Rumbaugh | 2023-07-27 | 1 | -10/+47 |
| | | | | | | Query interface now enables skipping of delete processing and stopping query processing when first match is found. | ||||
| * | Adjusted calculation for index size | Douglas Rumbaugh | 2023-07-26 | 1 | -10/+11 |
| | | |||||
| * | ISAM IRS query bugfixes | Douglas Rumbaugh | 2023-07-24 | 1 | -9/+28 |
| | | |||||
| * | Benchmarking updates | Douglas Rumbaugh | 2023-07-23 | 1 | -2/+124 |
| | | |||||
| * | Added the parameter argument to query merge routine | Douglas Rumbaugh | 2023-07-17 | 1 | -1/+1 |
| | | | | | | This is necessary for KNN, but it unused for all currently implemented query types. | ||||
| * | MemISAM: Removed friend relationship with InternalLevel | Douglas Rumbaugh | 2023-06-13 | 1 | -1/+0 |
| | | |||||
| * | Updated bloom filters to use whole record | Douglas B. Rumbaugh | 2023-06-09 | 1 | -6/+6 |
| | | |||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 1 | -2/+5 |
| | | |||||
| * | Bugfixes for query state processing function | Douglas Rumbaugh | 2023-06-07 | 1 | -11/+12 |
| | | |||||
| * | Added a pre-query hook for processing states | Douglas Rumbaugh | 2023-06-07 | 1 | -0/+46 |
| | | | | | | This is used for setting up the query alias structure stuff for sampling queries. | ||||
| * | MemISAM tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -31/+32 |
| | | |||||
| * | Implemented initial query class for MemISAM | Douglas Rumbaugh | 2023-06-05 | 1 | -54/+156 |
| | | |||||
| * | Framework-level query testing + fixes | Douglas Rumbaugh | 2023-05-29 | 1 | -1/+1 |
| | | |||||
| * | More updates/restructuring | Douglas Rumbaugh | 2023-05-22 | 1 | -0/+22 |
| | | |||||
| * | Progress towards generalization of shard interface | Douglas Rumbaugh | 2023-05-22 | 1 | -43/+21 |
| | | |||||
| * | Removed unncessary tagging paramter from shards and levels | Douglas Rumbaugh | 2023-05-17 | 1 | -16/+13 |
| | | |||||
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 1 | -36/+36 |
| | | | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working. | ||||
| * | Ported over IRS with unit tests | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+363 |