Listing sharded property databasesEnterprise EditionNot available on AuraIntroduced in 2025.10
Sharded databases are listed as standard databases in the type column when you execute SHOW DATABASES.
-
The status is either:
-
Equal to the status shared by all shards.
-
“Mixed”, if some shards have a different status. The
statusMessageindicates the number of shards with different statuses, e.g., online (4) and starting (1).
-
-
The associated graph shard is listed as
graph shardin thetype column. -
The associated property shards are listed as
property shardin thetype column. -
The
shardTxnLagcolumn displays the number of transactions the current shard is behind compared to the most up-to-date shard allocation of the sharded database. The lag is expressed in negative integers, whereas the columnreplicationLagshows the number of transactions the current database is behind compared to the most up-to-date allocation of that database.
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | name | type | aliases | access | address | role | writer | requestedStatus | statusMessage | default | home | constituents | shardTxnLag | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | "spd" | "standard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | NULL | | "spd-g000" | "graph shard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | 0 | | "spd-p000" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 | | "spd-p001" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 | | "spd-p002" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 | | "system" | "system" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | NULL | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
Some columns are empty for the virtual sharded database (with the name passed into the create command) and can be found on the rows of the associated graph shard instead, e.g., |