ClickHouse / adsb.exposed

Interactive visualization and analytics on ADS-B data with ClickHouse
https://adsb.exposed/
Other
216 stars 6 forks source link

Speed up data loading #16

Closed alexey-milovidov closed 2 months ago

alexey-milovidov commented 2 months ago
  1. It does not use temporary files - instead, it uses pure SQL.
  2. It processes all files at once - instead of a million invocations of clickhouse-local it is just a single query.