Changes between Initial Version and Version 1 of Ticket #32577, comment 22
- Timestamp:
- Nov 26, 2022, 1:32:27 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32577, comment 22
initial v1 11 11 - Is there more "writes" or "reads" from db? is "writing" really too slow in my project? 12 12 - why chose distributed database (cockroachdb) instead PostgresSQL (with sharding)? 13 and more questions, depending on project, to chose db and avoid headache in future.13 and more questions, depending on project, to chose db, design correct db structure with correct field types, and avoid headache in future.