docs-v2/content/shared/influxdb3-write-guides
Jason Stirnaman 7f2178afa5
fix(influxdb3): document exec-mem-pool-bytes usage for data persistence (#6394)
* fix(influxdb3): document exec-mem-pool-bytes usage for data persistence

Updates documentation to reflect that exec-mem-pool-bytes is used for both
query processing and parquet persistence operations, not just queries.

Based on source code analysis showing the memory pool is used by:
- Query executor for processing queries
- Persister for converting WAL data to Parquet format

Changes:
- Updated config description to include "data operations"
- Added memory usage info to durability docs for Parquet storage
- Added troubleshooting section for memory-related write performance
- Fixed capitalization of "object store" throughout

Addresses DAR #499

Source analysis: influxdb3/src/commands/serve.rs:772-798
Shows separate executors for queries and write path operations,
both using memory pools for data processing.

* fix(influxdb3): broken links to no-sync
2025-11-05 11:05:13 -06:00
..
best-practices feat(influxdb3): Add missing precision CLI option, fix and enhance write documentation.\ 2025-07-08 19:38:44 -05:00
http-api fix(influxdb3): (#6479) 2025-10-22 00:50:02 -05:00
use-telegraf fix(influxdb3): (#6479) 2025-10-22 00:50:02 -05:00
_index.md fix(influxdb3): (#6479) 2025-10-22 00:50:02 -05:00
client-libraries.md fix: install link 2025-06-23 16:27:25 -05:00
influxdb3-cli.md feat(influxdb3): Add missing precision CLI option, fix and enhance write documentation.\ 2025-07-08 19:38:44 -05:00
troubleshoot-distributed.md Apply suggestions from code review 2025-08-12 09:32:51 -05:00
troubleshoot.md fix(influxdb3): document exec-mem-pool-bytes usage for data persistence (#6394) 2025-11-05 11:05:13 -06:00