Listing sharded property databasesEnterprise EditionNot available on AuraIntroduced in 2025.12
Sharded databases are listed as standard databases in the type column when you execute SHOW DATABASES.
See List databases for more information.
-
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 thetypecolumn. -
The associated property shards are listed as
property shardin thetypecolumn. -
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. -
The column
replicationLagshows 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 | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | "foo" | "standard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | NULL | | "foo-g000" | "graph shard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "" | FALSE | FALSE | [] | 0 | | "foo-p000" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 | | "foo-p001" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "" | FALSE | FALSE | [] | 0 | | "foo-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 |