📄️ Migrate from QuestDB
Step-by-step guide to migrating from QuestDB to Arc: re-point Line Protocol ingestion, bulk-load historical data via CSV, and translate QuestDB SQL to Arc's standard SQL.
📄️ Migrate from TimescaleDB
Step-by-step guide to migrating from TimescaleDB to Arc: export hypertables to CSV, import into Arc, move ongoing writes, and translate TimescaleDB SQL. time_bucket works unchanged.
📄️ Migrate from ClickHouse
Step-by-step guide to migrating from ClickHouse to Arc: export MergeTree tables to CSV or Parquet, import into Arc, move ongoing writes, and translate ClickHouse SQL to standard SQL.
📄️ Migrate from InfluxDB
Step-by-step guide to migrating from InfluxDB (1.x, 2.x, 3.x) to Arc: re-point Line Protocol ingestion, bulk-load history with tsm2arc or line protocol export, and translate InfluxQL and Flux to standard SQL.