CockroachDB
- 1 Minute to read
- DarkLight
CockroachDB
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
CockroachDB is a distributed, scalable, and highly available open-source relational database system. It is designed to handle massive workloads and ensure data consistency across multiple nodes and regions, making it suitable for cloud-native applications and environments that require fault tolerance and horizontal scaling.
CockroachDB is fully compatible with PostgreSQL. Please use the PostgreSQL configuration guide.
Table Naming Convention
When naming your table, please make sure the table name:
- Starts with a unicode letter or an underscore
- Contains only
- Letters
- Numbers
- Underscores
- Dollar signs
Was this article helpful?