Assembling a query optimizer with Apache Calcite

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Apache Calcite

    Apache Calcite

  • During the conversion, Apache Calcite produces a tree of logical relational operators, are abstract and do not target any specific execution backend. For this reason, logical operators always have the convention trait set to Convention.NONE. It is expected that you will convert them into physical operators during the optimization. Physical operators have a specific convention different from Convention.NONE.

  • querifylabs-blog

    Code samples from blogs posts https://www.querifylabs.com/blog

  • In this example, we will optimize the TPC-H query №6. The full source code is available here. Run the OptimizerTest to see it in action.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    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

  • Apache Calcite

    1 project | news.ycombinator.com | 13 Feb 2023
  • CITIC Industrial Cloud — Apache ShardingSphere Enterprise Applications

    1 project | dev.to | 14 Apr 2022
  • Anyone know of any software that can help in designing then outputting to various database

    1 project | /r/DatabaseHelp | 21 Nov 2021
  • Introduction to the Join Ordering Problem

    1 project | dev.to | 26 Sep 2021
  • High-performance, columnar, in-memory store with bitmap indexing in Go

    1 project | news.ycombinator.com | 21 Jun 2021