spiraldb / vortex

An extensible, state-of-the-art columnar file format
https://vortex.dev
Apache License 2.0
1.01k stars 28 forks source link

Short-circuit BoolArray null count #1509

Closed gatesn closed 3 days ago

gatesn commented 3 days ago

I believe this is performance the regression from https://github.com/spiraldb/vortex/commit/10a1f2172fd70a77c66b6d81d7bb0c8d912dedae

It checks both true_count and null_count, but the null count was triggering a full stats compute.