influxdb/docs
Marco Neumann 66c7d95312
refactor: use new ingester<>querier wire protocol (#4867)
* refactor: use new ingester<>querier wire protocol

Use and document the new and more flexible ingester<>querier wire
protocol.

Note that the ingester does NOT stream the response data yet, but the
internal data structures would allow that. A follow-up change will
adjust the ingester code to stream the data.

Ref #4849.

* fix: typos

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>

* refactor: clarify naming and public interface

* test: add schema assertion to `ingester_response_to_record_batches`

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2022-06-16 08:02:28 +00:00
..
images docs: add massif guide 2021-09-02 15:58:43 +02:00
README.md refactor: use new ingester<>querier wire protocol (#4867) 2022-06-16 08:02:28 +00:00
cli.md docs: Add docs for CLI (#4559) 2022-05-11 15:51:34 +00:00
dedup_and_sort.md docs(various): Improve Readability (#4768) 2022-06-02 18:01:06 +00:00
env.example refactor: rename `query` mode to `database` 2021-10-27 09:31:46 +02:00
ingester_querier_protocol.md refactor: use new ingester<>querier wire protocol (#4867) 2022-06-16 08:02:28 +00:00
local_filesystems.md docs: Add local filesystem assumptions (#2410) 2021-08-28 10:34:34 +00:00
logging.md docs: update logging (#4766) 2022-06-03 17:54:45 +00:00
metrics.md docs: Don't attempt to list out chunk types exhaustively 2022-06-03 16:29:29 -04:00
multi_core_tasks.md fix: Change WAL to Write Buffer in comments and documentation 2021-04-21 17:43:03 +00:00
observability.md docs: Add observability context to documentation (#2814) 2021-10-13 13:22:31 +00:00
profiling.md docs: improve profiling docs (#1869) 2021-07-02 10:47:13 +00:00
protobuf.md chore: expand protobuf documentation (#2659) 2021-09-29 21:22:03 +00:00
sql.md docs: Update system table schema in docs/sql.md (#2364) 2021-08-22 10:59:43 +00:00
style_guide.md docs: Codify our preference for no return type in test functions (#1116) 2021-04-05 18:12:51 +00:00
testing.md docs: Clean up docs (#4764) 2022-06-03 14:21:14 +00:00
tracing.md feat: add a flag to enable per-partition tracing (#3928) 2022-03-07 13:49:23 +00:00
valgrind.md docs: Improving Readability r2 (#4781) 2022-06-04 16:46:57 +00:00

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