| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updates for dynamic rate limitingnew-concurrency | Douglas Rumbaugh | 7 days | 1 | -0/+14 |
| * | Code reformatting | Douglas Rumbaugh | 2025-09-25 | 1 | -38/+35 |
| * | Insertion Stall Updates | Douglas Rumbaugh | 2025-09-23 | 1 | -24/+52 |
| * | Implemented dynamic insertion rate adjustment | Douglas Rumbaugh | 2025-09-17 | 1 | -0/+42 |
| * | Beginnings of per-level cost modeling | Douglas Rumbaugh | 2025-09-17 | 1 | -4/+2 |
| * | Merge branch 'new-concurrency' of github.com:dbrumbaugh/dynamic-extension-wor... | Douglas Rumbaugh | 2025-05-29 | 1 | -0/+1 |
| |\ | |||||
| | * | Added selectivity sweep benchmark | Douglas Rumbaugh | 2025-05-25 | 1 | -1/+1 |
| * | | Stall rate benchmarking | Douglas Rumbaugh | 2025-05-29 | 1 | -1/+3 |
| |/ | |||||
| * | Updates for tail latency stall testing | Douglas Rumbaugh | 2025-05-25 | 1 | -2/+4 |
| * | Improved statistics calculation | Douglas Rumbaugh | 2025-04-25 | 1 | -0/+2 |
| * | Scheduler statistics tracking update | Douglas Rumbaugh | 2025-04-25 | 1 | -5/+7 |
| * | DynamicExtension.h: Updated function docstrings | Douglas Rumbaugh | 2025-04-10 | 1 | -23/+26 |
| * | DynamicExtension.h: Added the insertion rate limiter | Douglas Rumbaugh | 2025-04-10 | 1 | -52/+98 |
| * | Implemented the legacy policies and fixed a few bugs | Douglas Rumbaugh | 2025-04-07 | 1 | -26/+24 |
| * | working commit (temporary progress, doesn't build) | Douglas Rumbaugh | 2025-04-05 | 1 | -7/+7 |
| * | Fixed a few concurrency bugs | Douglas Rumbaugh | 2025-03-03 | 1 | -71/+133 |
| * | Query Preemption: still has one or two bugs, but mostly works | Douglas Rumbaugh | 2025-02-24 | 1 | -1/+48 |
| * | Multi-threaded mixed workload benchmark | Douglas Rumbaugh | 2025-02-17 | 1 | -10/+1 |
| * | Fixed legacy tiering policy | Douglas Rumbaugh | 2025-02-17 | 1 | -2/+6 |
| * | Parallel background reconstructions appear to be working! | Douglas Rumbaugh | 2025-02-14 | 1 | -45/+26 |
| * | progress towards resolving asynch structure merges | Douglas Rumbaugh | 2025-02-13 | 1 | -56/+40 |
| * | more updates | Douglas Rumbaugh | 2025-02-11 | 1 | -16/+25 |
| * | Progress: began adding parallel merging and locking of levels | Douglas Rumbaugh | 2025-02-11 | 1 | -39/+48 |
| * | Background compaction stuff | Douglas Rumbaugh | 2025-02-06 | 1 | -10/+59 |
| * | Bug fixes | Douglas Rumbaugh | 2025-02-04 | 1 | -1/+2 |
| * | More updates | Douglas Rumbaugh | 2025-01-31 | 1 | -17/+63 |
| * | progress | Douglas Rumbaugh | 2025-01-27 | 1 | -106/+123 |
| * | some progress | Douglas Rumbaugh | 2025-01-24 | 1 | -1/+20 |
| * | Finished rename of Epoch to Version + imported changes to psudb-common | Douglas Rumbaugh | 2025-01-22 | 1 | -5/+44 |
| * | Progress | Douglas Rumbaugh | 2025-01-17 | 1 | -286/+160 |
| * | Additional layout policies + more flexibility in buffer flushing | Douglas Rumbaugh | 2025-01-16 | 1 | -0/+13 |
| * | Continued development | Douglas B. Rumbaugh | 2024-12-22 | 1 | -44/+48 |
| * | Began overhauling reconstruction mechanism | Douglas B. Rumbaugh | 2024-12-22 | 1 | -71/+50 |
| * | Adjusted query result interfacesHEADmaster | Douglas B. Rumbaugh | 2024-12-06 | 1 | -15/+6 |
| * | Warning fixes | Douglas B. Rumbaugh | 2024-12-06 | 1 | -1/+1 |
| * | Interface update (#5) | Douglas B. Rumbaugh | 2024-12-06 | 1 | -654/+670 |
| * | MTree structure size | Douglas Rumbaugh | 2024-05-10 | 1 | -1/+1 |
| * | Added a Bentley-Saxe layout policy | Douglas Rumbaugh | 2024-05-01 | 1 | -3/+18 |
| * | Properly implemented support for iteratively decomposable problems | Douglas Rumbaugh | 2024-04-19 | 1 | -18/+22 |
| * | Removed debug print statements | Douglas Rumbaugh | 2024-04-19 | 1 | -2/+0 |
| * | Benchmark updates | Douglas Rumbaugh | 2024-04-19 | 1 | -1/+3 |
| * | Missed file from last commit | Douglas Rumbaugh | 2024-04-15 | 1 | -1/+1 |
| * | Updates for build on OpenBSD | Douglas B. Rumbaugh | 2024-03-25 | 1 | -0/+6 |
| * | Refactored Reconstruction Tasks | Douglas Rumbaugh | 2024-02-12 | 1 | -1/+1 |
| * | Removed centralized version structure | Douglas Rumbaugh | 2024-02-09 | 1 | -35/+3 |
| * | Framework: Fixed a bug where tagged deletes didn't release the epoch | Douglas Rumbaugh | 2024-02-09 | 1 | -2/+17 |
| * | Comment updates/fixes | Douglas Rumbaugh | 2024-02-09 | 1 | -1/+72 |
| * | Fixed a slight synchronization bug in Epoch retirement "properly" | Douglas Rumbaugh | 2024-02-08 | 1 | -10/+27 |
| * | Fully realized shard concept interface | Douglas Rumbaugh | 2024-02-07 | 1 | -1/+1 |
| * | Fully implemented Query concept and adjusted queries to use it | Douglas Rumbaugh | 2024-02-07 | 1 | -1/+1 |