2020-12-18 17:39:38 +00:00
|
|
|
# InfluxDB IOx Documentation
|
|
|
|
|
|
|
|
This directory contains internal design documentation of potential
|
|
|
|
interest for those who wish to understand how the code works. It is
|
|
|
|
not intended to be general user facing documentation
|
|
|
|
|
|
|
|
## Table of Contents:
|
2021-02-24 21:52:18 +00:00
|
|
|
|
2020-12-18 17:39:38 +00:00
|
|
|
* Rust style and Idiom guide: [style_guide.md](style_guide.md)
|
|
|
|
* Tracing and logging Guide: [tracing.md](tracing.md)
|
2020-12-18 18:33:35 +00:00
|
|
|
* How InfluxDB IOx manages the lifecycle of time series data: [data_management.md](data_management.md)
|
2020-12-18 17:39:38 +00:00
|
|
|
* Thoughts on parquet encoding and compression for timeseries data: [encoding_thoughts.md](encoding_thoughts.md)
|
|
|
|
* Thoughts on using multiple cores: [multi_core_tasks.md](multi_core_tasks.md)
|
2021-01-12 23:26:32 +00:00
|
|
|
* [Query Engine Docs](../query/README.md)
|
2021-02-24 21:52:18 +00:00
|
|
|
* [Testing documentation](testing.md) for developers of IOx
|