Pull requests
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>dependabot/github_actions/actions/cache-5 -37%
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>dependabot/github_actions/actions/upload-artifact-6 -60%
`cargo fmt --all`211-refactor-logical-planner--perfmon -58%
211-refactor-logical-planner -- perf monitor (#224)
* Prototype granular perf calcs
* Add TODOs
* Prototype batched row counts
* Unify total row count handling
* Prototype perf monitoring
* Apply cargo formatting
* Prototype query-based perf monitoring
* Add hit count
* Add TODOs for multi-table physical planning
* Simplify query context
* Update comment
* Verify zero-cost of timing code
* Verify assembly is different if perf enabled
* Add comment
* Remove erroneous side effect
* Manually feature-gate macros
Also add `measure_with_duration` which always times the internal code
* Remove assertion which conflicts with SLT tests
* Add TODOs
* Update SQL tests to match current SLT expectations
* Set `LLKV_PERF_SLOW_MS` to 1 second in CI
* Rename macros for clarity
* Fix bench compilation
* Temporarily bypass failing test
* Reimplement support for correlated subqueries
* Add TODO
* Initial conversion to Arc-based plan vectors
* Add TODOs
* Remove older, duplicated physical planner structs
* Transition many Vec to Arc-wrapped slices
* Fix failing pager tests
This is unrelated to the previous commit's Arc update, and likely a slight regression after reimplementing support for correlated subqueries (c70c1), though I haven't confirmed.
* Resolve Clippy warnings
* Debug Windows failure with TOML-safe path handling
* Rename tests for consistency
* Add TODO
* Prototype hash perf optimizations
* Replace std HashMap with FxHashMap
* Lint deps
* Add'l dep lint
* `cargo fmt --all`
* Comment-out log spam
* Debug failing lint
* Fix incorrect empty projection assumption
* Resolve lint warnings
* Resolve Clippy warnings
* Ensure `run_script_at_path` respects `SLT_HARNESS_STACK_SIZE`
* `cargo fmt --all`211-refactor-logical-planner -54%
© 2026 CodSpeed Technology