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

feat: coalesce multiple reads together and don't block on io if there's values available #1466

Open robert3005 opened 6 days ago

robert3005 commented 6 days ago

Seems like ci hits a deadlock

robert3005 commented 6 days ago

I must have introduced deadlock in https://github.com/spiraldb/vortex/pull/1466/commits/4ffd42bbcd049af04175208c4b285efc83be2584 since everything was running before that commit. I will figure it out tonight