Distributed query execution in CrateDB: What you need to know

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. Crate

    CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.

    A logical execution plan does not take into account the information about data distribution. CrateDB is a distributed database and data is sharded: a table can be split into many parts - so-called shards. Shards can be independently replicated and moved from one node to another. The number of shards a table can have is specified at the time the table is created.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Querying time series data with SQL: examples

    1 project | dev.to | 1 Mar 2021
  • What is CrateDB? 🤔 FAQ

    1 project | dev.to | 22 Feb 2021
  • SPL Lightweight Multisource Mixed Computation Practices

    1 project | news.ycombinator.com | 20 Aug 2025
  • A Lightweight Solution to Speed Up Queries by Dumping Data to Files

    1 project | news.ycombinator.com | 6 Aug 2025
  • Cross-datasource union and comparison:SPL Lightweight Multisource Mixed Computation Practices #5

    1 project | dev.to | 30 Jul 2025