Scaling
CockroachDB nodes: 9, or even more, 7-19.
Emphasis on: Performance of insertions
Q: Use one huge DB table, or split data to more than one DB tables?
(or use partitioned table)
Table:
Hundreds of millions of rows in a table.
ID field, and Small JSON data in one column of one row.
Some test are being executed.
Other things to take in account?
Should reading be ok in both cases: using one huge table or X tables.