Commit Graph

25 Commits (jmercer/add-pat-for-plugins)

Author SHA1 Message Date
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
Jason Stirnaman 2318cf7ac7 feat(mono): 3.1 admin tokens:
- Updates get-started and admin guides, CLI references
- Adds admin token CLI reference page
- Operator token (_admin) - system-generated, non-expiring
- Named admin tokens - user-defined with expiration support
- Resource tokens (Enterprise only) - database and system tokens
- Core vs Enterprise token limits properly documented
- Create the initial operator token
2025-05-28 22:41:03 -05:00
Jason Stirnaman d3c56d0d39 hotfix(3-ent): Closes #6042 - Restore auth content 2025-05-06 12:09:29 -05:00
Jason Stirnaman ac79824ade feat(auth): Core and Enterprise: add ABAC auth reference 2025-04-21 12:54:13 -05:00
Jason Stirnaman 87964698b9
Apply suggestions from code review 2025-03-20 16:55:48 -05:00
Jason Stirnaman 072cada97e chore(influxdb3): Data durability: replace diagram, cleanup brand terms. 2025-03-20 13:33:27 -05:00
Jason Stirnaman 4dbdfba22c fix(influxdb3): Data durability, data flow
1. Maintains the higher-level structure
2. Uses the bulleted list format for clarity
3. Adds the detailed explanations from the original Data flow section as Details items
4. Uses sentence case for all headings
5. Numbers the sections to match the original flow diagram
2025-03-20 11:19:15 -05:00
Jason Stirnaman 053ea8d7be fix(influxdb3): Remove redundant heading and expand the children tag 2025-03-20 10:28:00 -05:00
meelahme b5f63f5b62 updating Internals homepage 2025-03-20 10:05:53 -05:00
meelahme 68db88a372 update to _index.md 2025-03-20 10:05:52 -05:00
Jameelah Mercer 778cddb053 Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
Jameelah Mercer 96b1b52f4f Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
Jameelah Mercer 5cbf9527ac Update content/shared/influxdb3-internals-reference/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
meelahme 05c06996d1 Adding Enterprise content 2025-03-20 10:05:52 -05:00
meelahme 523c8dbd7d removing redudancies from Write Path Overview 2025-03-20 10:05:51 -05:00
Jameelah Mercer 14a8c52239 Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 7c2d486853 Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer af32184e0a Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 19acc77fe8 Update content/shared/influxdb3-internals-reference/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 77faf7269e Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
meelahme 5366044069 Adding links 2025-03-20 10:05:50 -05:00
meelahme 443256a290 added Data durability section to InfluxDb 3 Internals home page 2025-03-20 10:05:50 -05:00
meelahme 4e88f71049 Update to InfluxDB3 Data durability How Data Flows Through InfluxDB 3 Section 2025-03-20 10:05:50 -05:00
meelahme 848eb08fba WIP: Porting content and setting up tabs 2025-03-20 10:05:50 -05:00
meelahme 479fdc2fe8 Adding a new page for InfluxDB3 data durability 2025-03-20 10:05:50 -05:00