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: modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Depending on what you want to see, you can list:
41
41
These commands return the following columns:
42
42
43
43
.Listing databases output
44
-
[options="header", width="100%", cols="4m,6a,2m"]
44
+
[options="header", width="100%", cols="4m,6,2m"]
45
45
|===
46
46
| Column | Description | Type
47
47
@@ -82,7 +82,7 @@ The default for a standalone database is `neo4j://localhost:7687`. label:default
82
82
| role
83
83
| The current role of the database (`primary`, `secondary`, `unknown`). label:default-output[]
84
84
85
-
The value for composite databases is `NULL` because it does not apply to them.
85
+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[This change applies to versions 2025.04 and later and 5.25.5 and later.]
86
86
| STRING
87
87
88
88
| writer
@@ -133,28 +133,28 @@ Not returned by `SHOW HOME DATABASE` or `SHOW DEFAULT DATABASE`.
133
133
| Number of primaries for this database reported as running currently.
134
134
It is the same as the number of rows where `role=primary` and `name=this database`.
135
135
136
-
The value for composite databases is `NULL` because it does not apply to them.
136
+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
137
137
| INTEGER
138
138
139
139
| `currentSecondariesCount`
140
140
| Number of secondaries for this database reported as running currently.
141
141
It is the same as the number of rows where `role=secondary` and `name=this database`.
142
142
143
-
The value for composite databases is `NULL` because it does not apply to them.
143
+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
144
144
| INTEGER
145
145
146
146
| `requestedPrimariesCount`
147
147
| The requested number of primaries for this database.
148
148
May be lower than current if the DBMS is currently reducing the number of copies of the database, or higher if it is currently increasing the number of copies.
149
149
150
-
The value for composite databases is `NULL` because it does not apply to them.
150
+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
151
151
| INTEGER
152
152
153
153
| `requestedSecondariesCount`
154
154
| The requested number of secondaries for this database.
155
155
May be lower than current if the DBMS is currently reducing the number of copies of the database, or higher if it is currently increasing the number of copies.
156
156
157
-
The value for composite databases is `NULL` because it does not apply to them.
157
+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
0 commit comments