influxdb/docs
Marco Neumann a3b662f30b
docs: explain new physical plan construction (#6970)
* docs: explain new physical plan construction

There is no code yet, but this is the rough plan.

Ref #6098.

* docs: clarify wording

Co-authored-by: Andrew Lamb <alamb@influxdata.com>

* docs: typos

Co-authored-by: Andrew Lamb <alamb@influxdata.com>

* docs: add links

* docs: extend reasoning

---------

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2023-02-14 11:13:22 +00:00
..
images
README.md docs: data retention (#6245) 2022-11-29 15:34:23 +00:00
cli.md feat: Add --token CLI argument, improve update docs about writing (#6356) 2022-12-12 13:43:15 +00:00
compactor.md docs: Add 2 new config params that can be adjusted to avoid OOMs (#6307) 2022-12-01 22:36:48 +00:00
dedup_and_sort.md
env.example
flightsql.md feat: JDBC integration tests with FlightSQL (#6693) 2023-01-25 22:21:18 +00:00
garbage_collector.md docs: document how the garbage collector works (#6682) 2023-01-25 10:54:43 +00:00
ingester_querier_protocol.md
local_filesystems.md
logging.md
metrics.md
multi_core_tasks.md
observability.md
physical_plan_construction.md docs: explain new physical plan construction (#6970) 2023-02-14 11:13:22 +00:00
profiling.md
protobuf.md
retention_policy.md docs: data retention (#6245) 2022-11-29 15:34:23 +00:00
sql.md
style_guide.md
testing.md
tracing.md
underground_guide.md
valgrind.md

README.md

InfluxDB IOx Documentation

Please see the main README for user facing documentation.

This directory contains internal design documentation of potential interest for those who wish to understand how the code works.

IOx Tech Talks

We hold monthly Tech Talks that explain the project's technical underpinnings. You can register for the InfluxDB IOx Tech Talks here, or you can find links to previous sessions below or in the YouTube playlist:

  • December 2020: Rusty Introduction to Apache Arrow recording
  • Jan 2021: Data Lifecycle in InfluxDB IOx & How it Uses Object Storage for Persistence recording
  • February 2021: Intro to the InfluxDB IOx Read Buffer recording slides
  • March 2021: Query Engine Design and the Rust-Based DataFusion in Apache Arrow recording slides
  • April 2021: InfluxDB IOx Tech Talks: Replication, Durability and Subscriptions in InfluxDB IOx recording slides
  • May 2021: Catalogs - Turning a Set of Parquet Files into a Data Set recording, slides
  • June 2021: Performance Profiling in Rust recording, slides
  • July 2021: Impacts of Sharding, Partitioning, Encoding & Sorting on Distributed Query Performance recording, slides
  • September 2021: Observability of InfluxDB IOx Tracing, Metrics and System Tables recording, slides
  • October 2021: Query Processing in InfluxDB IOx recording, slides
  • November 2021: The Impossible Dream: Easy-to-Use, Super Fast Software and Simple Implementation recording, slides

Table of Contents:

User Contents

Developer Content