Skip to content

Commit abf7f64

Browse files
authored
Remove duplicate sentence on schemas page (#19433)
Fixes DOC-12345
1 parent 57c67ca commit abf7f64

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/current/v24.3/schema-design-overview.md

-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ The following table lists specific limits imposed by CockroachDB.
122122

123123
CockroachDB has been shown to perform well with clusters containing 10,000 tables. Greater numbers are possible, depending on the complexity of the tables (number of columns and indexes) and hardware specifications.
124124

125-
Greater numbers are possible, depending on the complexity of the tables (number of columns and indexes) and hardware specifications.
126-
127125
As you scale to a large number of tables, note that:
128126

129127
- The amount of RAM per node is the limiting factor for the number of tables and other schema objects the cluster can support. This includes columns, indexes, GIN indexes, constraints, and partitions. Increasing RAM is likely to have the greatest impact on the number of these objects that a cluster can support, while increasing the number of nodes will not have a substantial effect.

src/current/v25.1/schema-design-overview.md

-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ The following table lists specific limits imposed by CockroachDB.
122122

123123
CockroachDB has been shown to perform well with clusters containing 10,000 tables. Greater numbers are possible, depending on the complexity of the tables (number of columns and indexes) and hardware specifications.
124124

125-
Greater numbers are possible, depending on the complexity of the tables (number of columns and indexes) and hardware specifications.
126-
127125
As you scale to a large number of tables, note that:
128126

129127
- The amount of RAM per node is the limiting factor for the number of tables and other schema objects the cluster can support. This includes columns, indexes, GIN indexes, constraints, and partitions. Increasing RAM is likely to have the greatest impact on the number of these objects that a cluster can support, while increasing the number of nodes will not have a substantial effect.

0 commit comments

Comments
 (0)