| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updates for dynamic rate limitingnew-concurrency | Douglas Rumbaugh | 7 days | 2 | -1/+15 |
| * | Code reformatting | Douglas Rumbaugh | 2025-09-25 | 26 | -396/+434 |
| * | Insertion Stall Updates | Douglas Rumbaugh | 2025-09-23 | 3 | -27/+80 |
| * | Implemented dynamic insertion rate adjustment | Douglas Rumbaugh | 2025-09-17 | 2 | -0/+43 |
| * | Beginnings of per-level cost modeling | Douglas Rumbaugh | 2025-09-17 | 3 | -4/+25 |
| * | Per record cost estimation progress | Douglas B. Rumbaugh | 2025-08-14 | 1 | -6/+5 |
| * | 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 | 2 | -2/+86 |
| * | Stats tweaks and KNN benchmark | Douglas Rumbaugh | 2025-04-30 | 3 | -1/+12 |
| * | Improved statistics calculation | Douglas Rumbaugh | 2025-04-25 | 3 | -83/+116 |
| * | Scheduler statistics tracking update | Douglas Rumbaugh | 2025-04-25 | 5 | -32/+115 |
| * | switched k to a double | Douglas Rumbaugh | 2025-04-17 | 3 | -9/+12 |
| * | 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 |
| * | BSM bugfixes | Douglas Rumbaugh | 2025-04-08 | 1 | -12/+7 |
| * | Implemented the legacy policies and fixed a few bugs | Douglas Rumbaugh | 2025-04-07 | 6 | -81/+109 |
| * | working commit (temporary progress, doesn't build) | Douglas Rumbaugh | 2025-04-05 | 7 | -34/+57 |
| * | LockManager.h: adjusted unlock procedure | Douglas Rumbaugh | 2025-03-03 | 1 | -1/+2 |
| * | Fixed a few concurrency bugs | Douglas Rumbaugh | 2025-03-03 | 9 | -196/+303 |
| * | Query Preemption: still has one or two bugs, but mostly works | Douglas Rumbaugh | 2025-02-24 | 4 | -13/+51 |
| * | Fixed a few benchmark bugs | Douglas Rumbaugh | 2025-02-17 | 1 | -1/+6 |
| * | Multi-threaded mixed workload benchmark | Douglas Rumbaugh | 2025-02-17 | 1 | -10/+1 |
| * | Fixed legacy tiering policy | Douglas Rumbaugh | 2025-02-17 | 3 | -10/+16 |
| * | Parallel background reconstructions appear to be working! | Douglas Rumbaugh | 2025-02-14 | 5 | -84/+48 |
| * | progress towards resolving asynch structure merges | Douglas Rumbaugh | 2025-02-13 | 4 | -138/+110 |
| * | more updates | Douglas Rumbaugh | 2025-02-11 | 2 | -16/+28 |
| * | Progress: began adding parallel merging and locking of levels | Douglas Rumbaugh | 2025-02-11 | 14 | -85/+179 |
| * | Tiering: adjusted layout policy to properly handle L0 | Douglas Rumbaugh | 2025-02-06 | 1 | -1/+1 |
| * | Background compaction stuff | Douglas Rumbaugh | 2025-02-06 | 10 | -84/+333 |
| * | Bug fixes | Douglas Rumbaugh | 2025-02-04 | 2 | -3/+3 |
| * | More updates | Douglas Rumbaugh | 2025-01-31 | 6 | -33/+82 |
| * | progress | Douglas Rumbaugh | 2025-01-27 | 11 | -215/+196 |
| * | some progress | Douglas Rumbaugh | 2025-01-24 | 3 | -74/+33 |
| * | Finished rename of Epoch to Version + imported changes to psudb-common | Douglas Rumbaugh | 2025-01-22 | 4 | -7/+176 |
| * | Progress | Douglas Rumbaugh | 2025-01-17 | 11 | -345/+254 |
| * | Additional layout policies + more flexibility in buffer flushing | Douglas Rumbaugh | 2025-01-16 | 5 | -29/+229 |
| * | More updates | Douglas B. Rumbaugh | 2024-12-22 | 3 | -6/+6 |
| * | Continued development | Douglas B. Rumbaugh | 2024-12-22 | 10 | -121/+162 |
| * | Began overhauling reconstruction mechanism | Douglas B. Rumbaugh | 2024-12-22 | 10 | -707/+434 |
| * | Adjusted query result interfacesHEADmaster | Douglas B. Rumbaugh | 2024-12-06 | 3 | -115/+92 |
| * | Warning fixes | Douglas B. Rumbaugh | 2024-12-06 | 2 | -5/+6 |
| * | Interface update (#5) | Douglas B. Rumbaugh | 2024-12-06 | 15 | -2369/+2440 |
| * | MTree structure size | Douglas Rumbaugh | 2024-05-10 | 1 | -1/+1 |
| * | Fixed arithmetic bug | Douglas Rumbaugh | 2024-05-09 | 1 | -1/+1 |
| * | TSParmsweep: enabled forcing a full buffer scan | Douglas Rumbaugh | 2024-05-08 | 1 | -1/+5 |
| * | Added a Bentley-Saxe layout policy | Douglas Rumbaugh | 2024-05-01 | 4 | -8/+95 |
| * | Properly implemented support for iteratively decomposable problems | Douglas Rumbaugh | 2024-04-19 | 2 | -20/+26 |
| * | Removed debug print statements | Douglas Rumbaugh | 2024-04-19 | 2 | -4/+0 |