ajaypadwal73 opened a new pull request, #1026:
URL: https://github.com/apache/sedona-db/pull/1026

   ## Summary
   - add opt-in parallel_probe_chunk_size for spatial join query_batch
   - preserve row-major commit and early-exit semantics while running probe row 
chunks concurrently
   - add correctness coverage and a Criterion benchmark for uniform/skewed 
workloads
   
   ## Verification
   - cargo test -p sedona-spatial-join query_batch --lib
   - cargo test -p sedona-spatial-join test_probe_chunk_parallel_join_types 
--test spatial_join_integration
   - cargo test -p sedona-spatial-join
   - cargo test -p sedona-spatial-join --bench query_batch_parallel --no-run
   - cargo bench -p sedona-spatial-join --bench query_batch_parallel -- 
--sample-size 10 --warm-up-time 1 --measurement-time 2
   
   ## Benchmark Snapshot
   - skewed/off: ~109.62 ms
   - skewed/64: ~32.25 ms (~3.4x faster)
   - skewed/256: ~34.01 ms (~3.2x faster)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to