summaryrefslogtreecommitdiffstats
path: root/benchmarks/tail-latency
Commit message (Collapse)AuthorAgeFilesLines
* updatesDouglas Rumbaugh2025-06-028-137/+39
|
* update to knn sweepDouglas Rumbaugh2025-06-021-2/+1
|
* Merge branch 'new-concurrency' of ↵Douglas Rumbaugh2025-06-022-0/+146
|\ | | | | | | github.com:dbrumbaugh/dynamic-extension-working into new-concurrency
| * Merge branch 'new-concurrency' of ↵Douglas Rumbaugh2025-05-291-0/+134
| |\ | | | | | | | | | github.com:dbrumbaugh/dynamic-extension-working into new-concurrency
| * | Stall rate benchmarkingDouglas Rumbaugh2025-05-292-0/+146
| | |
* | | KNN sweepDouglas Rumbaugh2025-06-022-1/+148
| |/ |/|
* | Added selectivity sweep benchmarkDouglas Rumbaugh2025-05-251-0/+134
|/
* Updates for tail latency stall testingDouglas Rumbaugh2025-05-252-62/+211
|
* Stats tweaks and KNN benchmarkDouglas Rumbaugh2025-04-302-7/+226
|
* Scheduler statistics tracking updateDouglas Rumbaugh2025-04-251-6/+15
| | | | | | | | | The current scheme is really inefficient in terms of retreival of the results, but keeps the critical path mostly clear. It's probably worth it to do a more organized tracking of the data as it comes in, to avoid an n^2 statistics generation step at the end.
* switched k to a doubleDouglas Rumbaugh2025-04-171-6/+5
|
* New benchmarksDouglas Rumbaugh2025-04-092-0/+337
|
* Disabled early abort for point lookupsDouglas Rumbaugh2025-04-091-8/+9
| | | | | | | I'm having some trouble getting "bad" query performance, so I'm going to try using PLs w/o early abort as a worst-case scenario. This should get the best per-shard performance scaling
* BSM bugfixesDouglas Rumbaugh2025-04-081-3/+4
|
* Implemented the legacy policies and fixed a few bugsDouglas Rumbaugh2025-04-072-79/+83
|
* working commit (temporary progress, doesn't build)Douglas Rumbaugh2025-04-053-78/+85
|
* Fixed a few concurrency bugsDouglas Rumbaugh2025-03-031-4/+16
|
* Query Preemption: still has one or two bugs, but mostly worksDouglas Rumbaugh2025-02-243-4/+189
|
* Average version of mixed-workload benchDouglas Rumbaugh2025-02-172-8/+186
|
* Thread count sweepDouglas Rumbaugh2025-02-171-7/+14
|
* Fixed a few benchmark bugsDouglas Rumbaugh2025-02-171-0/+4
|
* Multi-threaded mixed workload benchmarkDouglas Rumbaugh2025-02-171-0/+150
|
* Fixed legacy tiering policyDouglas Rumbaugh2025-02-171-3/+3
|
* BTree insertion latency benchmarksDouglas Rumbaugh2025-02-171-0/+77
|
* Retooled dist benchmark to actually print dist infoDouglas Rumbaugh2025-02-141-8/+7
|
* Parallel background reconstructions appear to be working!Douglas Rumbaugh2025-02-141-13/+0
|
* progress towards resolving asynch structure mergesDouglas Rumbaugh2025-02-131-0/+12
|
* more updatesDouglas Rumbaugh2025-02-111-0/+1
|
* Progress: began adding parallel merging and locking of levelsDouglas Rumbaugh2025-02-111-1/+0
|
* Migrated remaining tail latency benchmarks to new interfaceDouglas Rumbaugh2025-02-102-10/+10
|
* Background compaction stuffDouglas Rumbaugh2025-02-062-0/+221
|
* Additional layout policies + more flexibility in buffer flushingDouglas Rumbaugh2025-01-162-28/+122
|
* Tail latency parm sweepDouglas Rumbaugh2025-01-081-0/+114