Skip to content

Commit c3266b9

Browse files
committed
update the show databases output table
1 parent 46b8d8b commit c3266b9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/ROOT/pages/scalability/sharded-property-databases/listing-sharded-databases.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ The lag is expressed in negative integers, whereas the column `replicationLag` s
1717
.Command output
1818
[result]
1919
----
20-
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
21-
| name | type | aliases | access | address | role | writer | requestedStatus | currentStatus | statusMessage | default | home | constituents |
22-
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
23-
| "foo" | "standard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
24-
| "foo-g000" | "graph shard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
25-
| "foo-p000" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "online" | "" | FALSE | FALSE | [] |
26-
| "foo-p001" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "online" | "" | FALSE | FALSE | [] |
27-
| "foo-p002" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "online" | "" | FALSE | FALSE | [] |
28-
| "system" | "system" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
29-
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
20+
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
21+
| name | type | aliases | access | address | role | writer | requestedStatus | statusMessage | default | home | constituents | shardTxnLag |
22+
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
23+
| "spd" | "standard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | NULL |
24+
| "spd-g000" | "graph shard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | 0 |
25+
| "spd-p000" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 |
26+
| "spd-p001" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 |
27+
| "spd-p002" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 |
28+
| "system" | "system" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | NULL |
29+
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3030
----
3131

3232
[NOTE]

0 commit comments

Comments
 (0)