Fix: dont do lazy filters on write#6194
Conversation
Signed-off-by: Connor Tsui <[email protected]>
CodSpeed Performance ReportMerging this PR will degrade performance by 29.85%Comparing Summary
Performance ChangesFootnotes
|
whoops Signed-off-by: Connor Tsui <[email protected]>
|
This fixes @delta003 's issue on Spiral 4046. |
Benchmarks: Random AccessSummary
|
Benchmarks: TPC-H SF=1 on NVMESummary
Detailed Results Table
|
Benchmarks: FineWeb NVMeSummary
Detailed Results Table
|
Benchmarks: TPC-H SF=1 on S3Summary
Detailed Results Table
|
Benchmarks: TPC-DS SF=1 on NVMESummary
Detailed Results Table
|
Benchmarks: TPC-H SF=10 on NVMESummary
Detailed Results Table
|
Benchmarks: FineWeb S3Summary
Detailed Results Table
|
Benchmarks: Statistical and Population GeneticsSummary
Detailed Results Table
|
Benchmarks: TPC-H SF=10 on S3Summary
Detailed Results Table
|
Deploying vortex-bench with
|
| Latest commit: |
4d13e23
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://64927595.vortex-93b.pages.dev |
| Branch Preview URL: | https://dk-vortex-for-mb-clients.vortex-93b.pages.dev |
Benchmarks: Clickbench on NVMESummary
Detailed Results Table
|
Benchmarks: CompressionSummary
Detailed Results Table
|
This should fix the CI failures right now. More detailed discussion that I'll write incoming... Basically we shouldn't be eagerly decompressing validity when filtering it, but for now to make sure things aren't broken this will have to do. Edit: This should fix the break on spiral as well @delta003, as reported by @danking --------- Signed-off-by: Connor Tsui <[email protected]>
This should fix the CI failures right now. More detailed discussion that I'll write incoming... Basically we shouldn't be eagerly decompressing validity when filtering it, but for now to make sure things aren't broken this will have to do. Edit: This should fix the break on spiral as well @delta003, as reported by @danking --------- Signed-off-by: Connor Tsui <[email protected]>
This should fix the CI failures right now.
More detailed discussion that I'll write incoming...
Basically we shouldn't be eagerly decompressing validity when filtering it, but for now to make sure things aren't broken this will have to do.
Edit: This should fix the break on spiral as well @delta003, as reported by @danking