You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/influxdb/cloud-dedicated/admin/query-system-data.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,13 +378,13 @@ The examples in this section include `WHERE` filters to [optimize queries and re
378
378
-[View the number of partitions per table](#view-the-number-of-partitions-per-table)
379
379
-[View the number of partitions for a specific table](#view-the-number-of-partitions-for-a-specific-table)
380
380
-[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)
385
385
-[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)
388
388
389
389
In the examples below, replace {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}
390
390
with the name of the table you want to query information about.
@@ -467,7 +467,7 @@ WHERE
467
467
468
468
### Storage usage
469
469
470
-
#### View the size of a specific table in megabytes
470
+
#### View the size in megabytes of a specific table
471
471
472
472
```sql
473
473
SELECT
@@ -478,7 +478,7 @@ WHERE
478
478
table_name ='TABLE_NAME'
479
479
```
480
480
481
-
#### View the size of specific tables in megabytes
481
+
#### View the size in megabytes per table
482
482
483
483
```sql
484
484
SELECT
@@ -492,7 +492,7 @@ GROUP BY
492
492
table_name
493
493
```
494
494
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
496
496
497
497
```sql
498
498
SELECT
@@ -506,7 +506,7 @@ GROUP BY
506
506
table_name
507
507
```
508
508
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
510
510
511
511
```sql
512
512
SELECT
@@ -521,7 +521,7 @@ WHERE
521
521
522
522
### Compaction
523
523
524
-
#### View overall compaction totals for each table
524
+
#### View compaction totals for each table
525
525
526
526
```sql
527
527
SELECT
@@ -540,7 +540,7 @@ GROUP BY
540
540
table_name
541
541
```
542
542
543
-
#### View overall compaction totals for a specific table
Copy file name to clipboardExpand all lines: content/influxdb/clustered/admin/query-system-data.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,13 +378,13 @@ The examples in this section include `WHERE` filters to [optimize queries and re
378
378
-[View the number of partitions per table](#view-the-number-of-partitions-per-table)
379
379
-[View the number of partitions for a specific table](#view-the-number-of-partitions-for-a-specific-table)
380
380
-[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)
385
385
-[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)
388
388
389
389
In the examples below, replace {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}
390
390
with the name of the table you want to query information about.
@@ -467,7 +467,7 @@ WHERE
467
467
468
468
### Storage usage
469
469
470
-
#### View the size of a specific table in megabytes
470
+
#### View the size in megabytes of a specific table
471
471
472
472
```sql
473
473
SELECT
@@ -478,7 +478,7 @@ WHERE
478
478
table_name ='TABLE_NAME'
479
479
```
480
480
481
-
#### View the size of specific tables in megabytes
481
+
#### View the size in megabytes per table
482
482
483
483
```sql
484
484
SELECT
@@ -492,7 +492,7 @@ GROUP BY
492
492
table_name
493
493
```
494
494
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
496
496
497
497
```sql
498
498
SELECT
@@ -506,7 +506,7 @@ GROUP BY
506
506
table_name
507
507
```
508
508
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
510
510
511
511
```sql
512
512
SELECT
@@ -521,7 +521,7 @@ WHERE
521
521
522
522
### Compaction
523
523
524
-
#### View overall compaction totals for each table
524
+
#### View compaction totals for each table
525
525
526
526
```sql
527
527
SELECT
@@ -540,7 +540,7 @@ GROUP BY
540
540
table_name
541
541
```
542
542
543
-
#### View overall compaction totals for a specific table
0 commit comments