Commit Graph

6811 Commits (jstirnaman/issue5108)

Author SHA1 Message Date
Jason Stirnaman 158d38a8d7 hotfix(serverless): InfluxDB Cloud internals menu 2024-03-15 18:49:48 -05:00
Jason Stirnaman 695d291e4b fix(v3): optimize-queries link 2024-03-15 18:33:19 -05:00
Jason Stirnaman 99bb53a97c fix(v3): Add note to optimize page and revise troubleshoot 2024-03-15 18:31:01 -05:00
Jason Stirnaman 726d21e061 fix(v3): Apply review suggestions and capitalization
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 17:58:57 -05:00
Jason Stirnaman 01bf741ac3 chore(ci): Update README 2024-03-15 17:47:32 -05:00
Jason Stirnaman fa504fcebf fix(v3): Punctuation typo 2024-03-15 17:47:32 -05:00
Jason Stirnaman 504c7b1444 fix(ci): Vale vocab 2024-03-15 17:47:32 -05:00
Jason Stirnaman 625883ab84 chore(tests): Setup a python venv in test containers 2024-03-15 17:47:32 -05:00
Jason Stirnaman f5fd62bac5 fix(v3): finish the EXPLAIN descriptions and examples 2024-03-15 17:47:32 -05:00
Jason Stirnaman 93bb3591fd
Update content/influxdb/cloud-serverless/query-data/troubleshoot-and-optimize/analyze-query-plan.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 09:42:48 -05:00
Jason Stirnaman 3cc1fd84e7
Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/trace.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 09:38:03 -05:00
Jason Stirnaman 593ee2cd30
Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/trace.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 09:37:37 -05:00
Jason Stirnaman f548cefa08
Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/trace.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 09:34:44 -05:00
Jason Stirnaman 222778cdba
Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/optimize-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 09:34:25 -05:00
Jason Stirnaman 3a7f3d9608
Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/analyze-query-plan.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 09:34:17 -05:00
Scott Anderson a96773c3c7
add query plan html diagram (#5365) 2024-03-15 09:27:53 -05:00
Jason Stirnaman 0d0bca9223 feature(v3): Analyze a query plan:
- Apply code formatting to plan implementor names
- Simplify some points
- Add links
2024-03-14 16:48:26 -05:00
Jason Stirnaman cf82a39c5e chore(clustered): Query plan: Apply review suggestions
Co-Authored-By: Nga Tran <20850014+NGA-TRAN@users.noreply.github.com>
2024-03-14 11:15:14 -05:00
Jason Stirnaman f528368e26 Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/analyze-query-plan.md 2024-03-14 11:15:14 -05:00
Jason Stirnaman 41d07a8922 Apply suggestions from code review 2024-03-14 11:15:14 -05:00
Jason Stirnaman 8774277311 chore: Fixes broken links, typos, missing content, etc.
- Fixes various errors and style violations reported by Vale.
- Fixes broken links and missing content in glossaries.
- Fixes missing and extraneous whitespace.
2024-03-14 11:15:14 -05:00
Jason Stirnaman 24f88c0d34 chore(v3): Reorg of query troubleshooting and optimizing docs
- Adds query-data/troubleshoot-and-optimize
- Splits optimize docs into troubleshoot and optimize docs
- Moves Flight response doc to flight-responses.md
2024-03-14 11:15:14 -05:00
Jason Stirnaman 0b0f36278d chore(spelling): Vale config changes
- Add vale to package.json and use Yarn to manage the binary. You can use `npx vale` to run manually.
- Move InfluxData spelling ignore list into the style.
- Reorganize custom (product) spelling lists to comply with Vale 3.x
- Add InfluxDB v3 terms
2024-03-14 11:15:13 -05:00
Jason Stirnaman f1e82bb09a chore(spelling): Vale config changes
- Add vale to package.json and use Yarn to manage the binary. You can use `npx vale` to run manually.
- Move InfluxData spelling ignore list into the style.
- Reorganize custom (product) spelling lists to comply with Vale 3.x
- Add InfluxDB v3 terms
2024-03-14 11:15:13 -05:00
Jason Stirnaman a20227e349 WIP: query plan
- Adds Query Plan reference
- Completes Analyze a Query Plan, pending cleanup, continue at :471
- Added image from Nga's blog
- Updates EXPLAIN doc
- TODO: Create public docs for
https://github.com/influxdata/docs.influxdata.io/blob/main/content/operations/specifications/iox_runbooks/slow-queries.md
2024-03-14 11:11:37 -05:00
Jason Stirnaman 5338c9da8d chore(v3): WIP read a query plan - explain tree format and reorganize 2024-03-14 11:11:36 -05:00
Jason Stirnaman 07eb1ecbfe chore(v3): WIP add query plan info from DataFusion slides and @NGA-TRAN 2024-03-14 11:11:36 -05:00
Jason Stirnaman 7fb6e79765 WIP(v3): operators 2024-03-14 11:11:36 -05:00
Jason Stirnaman e18a85cbc7 WIP: moved how to read a query plan to its own page. 2024-03-14 11:11:36 -05:00
Jason Stirnaman 6c4b3d8550 WIP: Read a query plan example 2 2024-03-14 11:11:36 -05:00
Jason Stirnaman 2b222707bf WIP: optimize queries - how to read a query plan, operators 2024-03-14 11:11:36 -05:00
Jason Stirnaman fd9f15d038 chore(v3): WIP: Explain the EXPLAIN report and indicators of query expense, performance problems. 2024-03-14 11:11:36 -05:00
Jason Stirnaman e5a3a932af chore(v3): WIP: Query performance 2024-03-14 11:11:36 -05:00
Jason Stirnaman 71c9823755 chore(v3): WIP query perf
Fixes #5108
2024-03-14 11:11:36 -05:00
Jason Stirnaman e586cc4051 Update content/influxdb/cloud-dedicated/query-data/execute-queries/optimize-queries.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2024-03-14 11:11:36 -05:00
Jason Stirnaman 42415c8dd7 Apply suggestions from code review 2024-03-14 11:11:36 -05:00
Jason Stirnaman 2632044ff3 Apply suggestions from code review 2024-03-14 11:11:36 -05:00
Jason Stirnaman 92a8d9ff8e Strategies to improve query performance: operations, number and size of parquet files
Fixes #5108

- Add query performance strategies to optimize-queries
2024-03-14 11:11:36 -05:00
Scott Anderson 259e8e67b4
add JSON page lists for use in the v3 UI (#5363) 2024-03-14 09:32:04 -06:00
Jack 7520bccd29
docs(clustered): object versioning recommendation (#5362)
* docs: recommendation of object versioning

* Update content/influxdb/clustered/install/prerequisites.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-13 08:29:33 -06:00
Scott Anderson 0e3947e1ab
Update incorrect influxctl examples and formatting (#5360)
* fix: update influxctl database create with retention policy example, closes #5359

* fix display of valid retention durations
2024-03-12 14:38:02 -06:00
Scott Anderson 8697d3e55e
fix: correct yum meta node package name, closes influxdata/DAR#414 (#5358)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-03-12 10:37:29 -06:00
Jack fafd59eef7
docs(clustered): mention use of `DOCKER_CONFIG` with `kubit local apply` (#5357)
* docs: add DOCKER_CONFIG mention

* chore: use review suggestion

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-12 09:13:53 -06:00
Jason Stirnaman 85dcebba43
v2: move setup process instructions to get-started/setup page (#5355)
* chore(v2 cloud): Capitalization

* chore(v2 cloud): Capitalization

* chore(v2 cloud): Punctuation

* chore(v2): Move set up process to get-started/setup page:

- Moves setup process section from the install page to the get-started/setup page.
- Clean up and style updates.
- Add API set up example.

* chore(v2): Cleanup

* Update content/influxdb/v2/get-started/setup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2/get-started/setup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2/get-started/setup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2/get-started/setup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2/get-started/setup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2/get-started/setup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2/get-started/setup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2/install/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* fix: update influxdb/host shortcode

* chore(oss-v2): Consistent use of All Access as token name

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-03-12 09:32:25 -05:00
Andreas Deininger 0488345ab7
Fix errors when running latest hugo version v0.123.8 (#5356)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-11 17:31:33 -06:00
Scott Anderson 59e51c128a hotfix: fix oss placeholder url in data/products.yml 2024-03-11 16:09:29 -06:00
Scott Anderson dbd8c3a11d hotfix: fixed typo in enterprise release notes 2024-03-11 14:17:02 -06:00
Gunnar 6752797a7a
Enterprise 1.11.5 release notes (#5354)
* Enterprise 1.11.5 release notes

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

* update release notes, fix warning shortcodes, add compact-series-file config option

* added release metadata to compact-series-file heading

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-03-11 14:12:52 -06:00
Jason Stirnaman 4663a4f0f5
chore(v2): Add Docker Hub `influx-configs` file path, fix spelling. (#5353)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-11 15:06:15 -05:00
Jason Stirnaman c8115f4c80
chore(v2): Update latest patch (#5351) 2024-03-11 14:02:05 -06:00