docs-v2/content/shared/influxdb3-cli
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
..
create feat: functional changes (#6500) 2025-10-30 09:52:25 -05:00
delete 1. Updated Core serve.md Options Section 2025-08-06 12:54:56 -05:00
disable add --tls-ca option to influxdb3 commands 2025-04-14 19:56:02 -06:00
enable add --tls-ca option to influxdb3 commands 2025-04-14 19:56:02 -06:00
install fix(influxdb3): influxdb3 install package command syntax and details (#6512) 2025-11-04 23:04:44 -06:00
show New Enterprise CLI commands: `show nodes` and `stop` (#6510) 2025-11-04 23:09:14 -06:00
stop New Enterprise CLI commands: `show nodes` and `stop` (#6510) 2025-11-04 23:09:14 -06:00
test minor updates 2025-06-09 12:10:30 -07:00
update feat: functional changes (#6500) 2025-10-30 09:52:25 -05:00
config-options.md fix(influxdb3): document exec-mem-pool-bytes usage for data persistence (#6394) 2025-11-05 11:05:13 -06:00
query.md add --tls-ca option to influxdb3 commands 2025-04-14 19:56:02 -06:00
write.md InfluxDB Core and Enterprise 3.4 (#6344) 2025-08-27 11:42:41 -06:00