Remix.run Logo
dkdcio 2 days ago

from the README:

> This separation also avoids the threading and memory-safety limitations that would arise from embedding DuckDB directly inside the Postgres process, which is designed around process isolation rather than multi-threaded execution. Moreover, it lets us interact with the query engine directly by connecting to it using standard Postgres clients.

beoberha 2 days ago | parent [-]

Thanks! Didn’t scroll down far enough