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
DuckDB is an embedded database, and its data files can only be opened by one process at a time.
If the ape-dts process is occupying the data file (for example, during an incremental data synchronization), the user will not be able to open it using DuckDB.
Our company's other product, MyDuckServer, addresses this issue and is compatible with both MySQL and Postgres protocols.
Additionally, ape-dts has plans to import full and incremental data from MySQL/Postgres into MyDuckServer. However, it will not write directly to DuckDB.
Motivations
Support local offline data analysis
MySQL——> duckdb
duckdb ——> MySQL
yes,but not familiar with the rust language
Implement duckdb sink and import data to duckdb in batches
Additional context
The text was updated successfully, but these errors were encountered: