| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment and License updates | Douglas Rumbaugh | 2023-11-07 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'query-refactor' | Douglas Rumbaugh | 2023-11-07 | 1 | -125/+86 |
| |\ | |||||
| | * | Switched default DE test case over to ISAMTree | Douglas Rumbaugh | 2023-11-07 | 1 | -122/+84 |
| | | | |||||
| * | | Scheduling: Switched over to a thread pool model | Douglas Rumbaugh | 2023-11-06 | 1 | -0/+7 |
| |/ | |||||
| * | Initial pass w/ new scheduler setup | Douglas Rumbaugh | 2023-10-20 | 1 | -3/+4 |
| | | | | | currently there's a race condition of some type to sort out. | ||||
| * | Bugfixes for tiering | Douglas Rumbaugh | 2023-09-20 | 1 | -0/+24 |
| | | | | | | | | | | | | | Fixed a few issues that manifested during the tiering tests, 1) When a version is copied, it now contains copies of the levels, not just pointers (the levels themselves still hold pointers to the shards, though). 2) Ensure that tasks are scheduled with the correct timestamp, they were originally being scheduled backwards. The get_merge_tasks() method already returns them in the correct order, so reversing them again put it in the wrong order. | ||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 1 | -9/+8 |
| | | |||||
| * | Build changes and interface cleanup | Douglas B. Rumbaugh | 2023-06-09 | 1 | -10/+10 |
| | | | | | | | | | | | 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. | ||||
| * | Adjusted DE tests to cover all policy configurations | Douglas Rumbaugh | 2023-06-07 | 1 | -0/+426 |