Skip to content

Commit

Permalink
Update docs/admin/troubleshooting/system-tables.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Utz <[email protected]>
  • Loading branch information
amotl and seut authored Jul 8, 2024
1 parent 643edb6 commit 704ee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/troubleshooting/system-tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ the **node** system column that is available for this table. For example,
this query lists the hosts and tables with the highest number of rows inside
a single shard::

cr> SELECT _node['hostname'], table_name, num_docs FROM sys.shards ORDER BY num_docs DESC LIMIT 3;
cr> SELECT node['name'], table_name, num_docs FROM sys.shards ORDER BY num_docs DESC LIMIT 3;
+-------------------...+-----------...-+----------+
| _node['hostname'] | table_name | num_docs |
+-------------------...+------------...+----------+
Expand Down

0 comments on commit 704ee2d

Please sign in to comment.