CockroachDB
  • 1 Minute to read
  • Dark
    Light

CockroachDB

  • Dark
    Light

Article summary

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?

What's Next