About 9,010 results
Open links in new tab
  1. Where are CockroachDB tables stored? - Stack Overflow

    Apr 10, 2017 · Given that CockroachDB is described as a distributed database -- e.g. running across multiple nodes -- how does it divide up data to store it on different servers? Are …

  2. How to sort/filter the result of `SHOW INDEXES` in CockroachDB?

    Dec 19, 2024 · In Cockroach, you can get a list of all indexes in a database with SHOW INDEXES FROM DATABASE db_name; As far as I can tell, this is the only way to do so -- there's no …

  3. Newest 'cockroachdb' Questions - Stack Overflow

    Oct 11, 2017 · CockroachDB is a scalable, geo-replicated, transactional SQL datastore being developed in go. Sign up to watch this tag and see more personalized content

  4. cockroachdb - how to execute Cockroach SQL via HAProxy and to …

    Mar 21, 2023 · I'm working on docker cockroachdb 3 node cluster with haproxy in my work space where i suppose to execute cockroach sql via HAProxy and have to ensure that the SQL query …

  5. Any documentation regarding the choice between CockroachDB …

    Jan 20, 2025 · As someone new to Nakama, I could not find information in the documentation as to whether I should pick CockroachDB or Postgres. When looking in the Install Nakama with …

  6. How to create / login to a user in CockroachDB - Stack Overflow

    Feb 8, 2022 · As per the CockroachDB official document, Password creation is supported only in secure clusters. To create user with password in CockroachDB you need to follow below steps.

  7. How to connect to CockroachDB with docker-compose?

    Sep 1, 2023 · How to connect to CockroachDB with docker-compose? Asked 2 years, 4 months ago Modified 2 years, 3 months ago Viewed 2k times

  8. How can I do the equivalent of ADD CONSTRAINT IF NOT EXISTS …

    Oct 13, 2022 · This is the simplest option, if you don't need to worry about the constraint being applied to the table while it is being removed. As @histocrat points out > This is a simple …

  9. CockroachDB performance is much worse than mongoDB and …

    Jul 31, 2023 · The default transaction isolation level in cockroachDB is SERIALIZABLE, which is stronger than Aurora's default transaction isolation level of "REPEATABLE_READ", which …

  10. sql - CockroachDB: The best way to turn a UNIQUE CONSTRAINT …

    Mar 6, 2024 · We have tables in CockroachDB which have a PK which always have 2 extra columns prefix, e.g. (u1, u2, id), now not needed anymore. For performance, there's also the …