You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DuckdbFS implementation for Vortex was introduced in
#6198 as opt-out, but changed
to opt-in in #6564 due to
performance regressions.
There were multiple issues
(#6709,
#6565#6685) associated with it
which differ from vortex's file system behaviour.
It also requires additional dependencies CI which are a blocker for
#8486 since MacOS runner
doesn't bundle openssl for x86_64 on arm, and builds fail.
As a long term goal, calling duckdb's blocking IO inside our event loop
isn't the right abstraction. We want to allow duckdb to use its own IO
outside vortex.
Duckdb fs is also not maintaned actively so we're removing it
Signed-off-by: Mikhail Kot <mikhail@spiraldb.com>
0 commit comments