fix[list]: filter list execute parent#6119
Merged
joseph-isaacs merged 3 commits intodevelopfrom Jan 23, 2026
Merged
Conversation
Signed-off-by: blaginin <dima@spiraldb.com>
Merging this PR will degrade performance by 28.25%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | u64_FoR[10K] |
8 µs | 11.1 µs | -28.25% |
| ⚡ | WallTime | u32_FoR[10K] |
7.3 µs | 6.3 µs | +16.46% |
| ❌ | WallTime | u8_FoR[10K] |
5.5 µs | 6.8 µs | -19.08% |
| ⚡ | Simulation | canonical_into_non_nullable[(10000, 1, 0.01)] |
44.1 µs | 36 µs | +22.6% |
| ⚡ | Simulation | canonical_into_non_nullable[(10000, 1, 0.0)] |
38.9 µs | 30.9 µs | +25.99% |
| ⚡ | Simulation | canonical_into_non_nullable[(10000, 1, 0.1)] |
60.2 µs | 52.1 µs | +15.56% |
| ⚡ | Simulation | canonical_into_nullable[(10000, 100, 0.0)] |
5.1 ms | 4.1 ms | +24.89% |
| ❌ | Simulation | into_canonical_nullable[(10000, 10, 0.0)] |
452 µs | 536.7 µs | -15.79% |
| ❌ | Simulation | into_canonical_nullable[(10000, 10, 0.1)] |
631.7 µs | 709.9 µs | -11% |
Comparing db/list-get-item (5fd4bc4) with develop (f162bac)
Footnotes
-
1254 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Contributor
Benchmarks: TPC-H SF=1 on NVMESummary
Detailed Results Table
|
Contributor
Benchmarks: FineWeb NVMeSummary
Detailed Results Table
|
Contributor
Benchmarks: TPC-H SF=1 on S3Summary
Detailed Results Table
|
Contributor
Benchmarks: TPC-DS SF=1 on NVMESummary
Detailed Results Table
|
Contributor
Benchmarks: FineWeb S3Summary
Detailed Results Table
|
Contributor
Benchmarks: TPC-H SF=10 on NVMESummary
Detailed Results Table
|
Contributor
Benchmarks: Statistical and Population GeneticsSummary
Detailed Results Table
|
Contributor
Benchmarks: TPC-H SF=10 on S3Summary
Detailed Results Table
|
Contributor
Benchmarks: Clickbench on NVMESummary
Detailed Results Table
|
danking
pushed a commit
that referenced
this pull request
Feb 6, 2026
Fixed a bad element mask generated in a filter op --------- Signed-off-by: blaginin <dima@spiraldb.com> Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> Co-authored-by: Joe Isaacs <joe.isaacs@live.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed a bad element mask generated in a filter op