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
Previously, we've replace the approach of using Arrow IPC by registering Arrow data stream to transmit data to DuckDB in this PR #247. But this PR just applied to the procedure of persisting data replicated from OLTP databases.
We should move this modification further to cover the handling of the data persistence for data importing via Arrow which is triggered by the PostgreSQL command COPY to achieve faster processing and safer memory management.
The text was updated successfully, but these errors were encountered:
Previously, we've replace the approach of using Arrow IPC by registering Arrow data stream to transmit data to DuckDB in this PR #247. But this PR just applied to the procedure of persisting data replicated from OLTP databases.
We should move this modification further to cover the handling of the data persistence for data importing via Arrow which is triggered by the PostgreSQL command
COPY
to achieve faster processing and safer memory management.The text was updated successfully, but these errors were encountered: