Skip to content

Commit dfc934c

Browse files
committed
fix(v3): Example headings.
1 parent 8150f8f commit dfc934c

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

content/influxdb/cloud-dedicated/admin/query-system-data.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,13 @@ The examples in this section include `WHERE` filters to [optimize queries and re
378378
- [View the number of partitions per table](#view-the-number-of-partitions-per-table)
379379
- [View the number of partitions for a specific table](#view-the-number-of-partitions-for-a-specific-table)
380380
- [Storage usage](#storage-usage)
381-
- [View the size of a specific table in megabytes](#view-the-size-of-a-specific-table-in-megabytes)
382-
- [View the size of specific tables in megabytes](#view-the-size-of-specific-tables-in-megabytes)
383-
- [View the total size of all compacted partitions per table in bytes](#view-the-total-size-of-all-compacted-partitions-per-table-in-bytes)
384-
- [View the total size of all compacted partitions in bytes](#view-the-total-size-of-all-compacted-partitions-in-bytes)
381+
- [View the size in megabytes of a specific table](#view-the-size-in-megabytes-of-a-specific-table)
382+
- [View the size in megabytes per table](#view-the-size-in-megabytes-per-table)
383+
- [View the total size in bytes of compacted partitions per table](#view-the-total-size-in-bytes-of-compacted-partitions-per-table)
384+
- [View the total size in bytes of compacted partitions for a specific table](#view-the-total-size-in-bytes-of-compacted-partitions-for-a-specific-table)
385385
- [Compaction](#compaction)
386-
- [View overall compaction totals for each table](#view-overall-compaction-totals-for-each-table)
387-
- [View overall compaction totals for a specific table](#view-overall-compaction-totals-for-a-specific-table)
386+
- [View compaction totals for each table](#view-compaction-totals-for-each-table)
387+
- [View compaction totals for a specific table](#view-compaction-totals-for-a-specific-table)
388388

389389
In the examples below, replace {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}
390390
with the name of the table you want to query information about.
@@ -467,7 +467,7 @@ WHERE
467467

468468
### Storage usage
469469

470-
#### View the size of a specific table in megabytes
470+
#### View the size in megabytes of a specific table
471471

472472
```sql
473473
SELECT
@@ -478,7 +478,7 @@ WHERE
478478
table_name = 'TABLE_NAME'
479479
```
480480

481-
#### View the size of specific tables in megabytes
481+
#### View the size in megabytes per table
482482

483483
```sql
484484
SELECT
@@ -492,7 +492,7 @@ GROUP BY
492492
table_name
493493
```
494494

495-
#### View the total size of all compacted partitions per table in bytes
495+
#### View the total size in bytes of compacted partitions per table
496496

497497
```sql
498498
SELECT
@@ -506,7 +506,7 @@ GROUP BY
506506
table_name
507507
```
508508

509-
#### View the total size of all compacted partitions in bytes
509+
#### View the total size in bytes of compacted partitions for a specific table
510510

511511
```sql
512512
SELECT
@@ -521,7 +521,7 @@ WHERE
521521

522522
### Compaction
523523

524-
#### View overall compaction totals for each table
524+
#### View compaction totals for each table
525525

526526
```sql
527527
SELECT
@@ -540,7 +540,7 @@ GROUP BY
540540
table_name
541541
```
542542

543-
#### View overall compaction totals for a specific table
543+
#### View compaction totals for a specific table
544544

545545
```sql
546546
SELECT

content/influxdb/clustered/admin/query-system-data.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,13 @@ The examples in this section include `WHERE` filters to [optimize queries and re
378378
- [View the number of partitions per table](#view-the-number-of-partitions-per-table)
379379
- [View the number of partitions for a specific table](#view-the-number-of-partitions-for-a-specific-table)
380380
- [Storage usage](#storage-usage)
381-
- [View the size of a specific table in megabytes](#view-the-size-of-a-specific-table-in-megabytes)
382-
- [View the size of specific tables in megabytes](#view-the-size-of-specific-tables-in-megabytes)
383-
- [View the total size of all compacted partitions per table in bytes](#view-the-total-size-of-all-compacted-partitions-per-table-in-bytes)
384-
- [View the total size of all compacted partitions in bytes](#view-the-total-size-of-all-compacted-partitions-in-bytes)
381+
- [View the size in megabytes of a specific table](#view-the-size-in-megabytes-of-a-specific-table)
382+
- [View the size in megabytes per table](#view-the-size-in-megabytes-per-table)
383+
- [View the total size in bytes of compacted partitions per table](#view-the-total-size-in-bytes-of-compacted-partitions-per-table)
384+
- [View the total size in bytes of compacted partitions for a specific table](#view-the-total-size-in-bytes-of-compacted-partitions-for-a-specific-table)
385385
- [Compaction](#compaction)
386-
- [View overall compaction totals for each table](#view-overall-compaction-totals-for-each-table)
387-
- [View overall compaction totals for a specific table](#view-overall-compaction-totals-for-a-specific-table)
386+
- [View compaction totals for each table](#view-compaction-totals-for-each-table)
387+
- [View compaction totals for a specific table](#view-compaction-totals-for-a-specific-table)
388388

389389
In the examples below, replace {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}
390390
with the name of the table you want to query information about.
@@ -467,7 +467,7 @@ WHERE
467467

468468
### Storage usage
469469

470-
#### View the size of a specific table in megabytes
470+
#### View the size in megabytes of a specific table
471471

472472
```sql
473473
SELECT
@@ -478,7 +478,7 @@ WHERE
478478
table_name = 'TABLE_NAME'
479479
```
480480

481-
#### View the size of specific tables in megabytes
481+
#### View the size in megabytes per table
482482

483483
```sql
484484
SELECT
@@ -492,7 +492,7 @@ GROUP BY
492492
table_name
493493
```
494494

495-
#### View the total size of all compacted partitions per table in bytes
495+
#### View the total size in bytes of compacted partitions per table
496496

497497
```sql
498498
SELECT
@@ -506,7 +506,7 @@ GROUP BY
506506
table_name
507507
```
508508

509-
#### View the total size of all compacted partitions in bytes
509+
#### View the total size in bytes of compacted partitions for a specific table
510510

511511
```sql
512512
SELECT
@@ -521,7 +521,7 @@ WHERE
521521

522522
### Compaction
523523

524-
#### View overall compaction totals for each table
524+
#### View compaction totals for each table
525525

526526
```sql
527527
SELECT
@@ -540,7 +540,7 @@ GROUP BY
540540
table_name
541541
```
542542

543-
#### View overall compaction totals for a specific table
543+
#### View compaction totals for a specific table
544544

545545
```sql
546546
SELECT

0 commit comments

Comments
 (0)