
Newest 'cockroachdb' Questions - Stack Overflow
Jul 29, 2025 · We know that CockroachDB Serverless provides auto-scaling for tenant, but is there a limit on the number of tables or databases that each tenant is allowed to create?
Does CockroachDB support JSON? - Stack Overflow
Apr 10, 2017 · I’m interested in trying out CockroachDB, but typically SQL databases don’t natively support JSON. Is there a way for me to access fields of JSON objects in queries if I store them in …
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.
How to connect to CockroachDB with docker-compose?
Sep 1, 2023 · How to connect to CockroachDB with docker-compose? Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 2k times
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 table like …
Any documentation regarding the choice between CockroachDB and …
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 Docker …
How can I do the equivalent of ADD CONSTRAINT IF NOT EXISTS in ...
Oct 13, 2022 · This is a simple approach that works on CockroachDB and Postgres for any kind of constraint, but isn't safe to use in production on a live table and can be expensive if the table is large.
Data migration from CockroachDB to PostgreSQL - Stack Overflow
Jul 25, 2021 · I am trying to migrate my CockroachDB into PostgreSQL. I have dumps of CockroachDB data in SQL format like "booking.sql". I tried many ways ways to solve this problem: tried …
Nakama can't connect to CockroachDB hosted in Cockroach Labs (dial ...
Jan 19, 2023 · Hey Nakama team, I’m having issues connecting to my CockroachDB cluster hosted on Cockroach Labs on my new laptop running Fedora 37. I am able to connect to my CockroachDB …
Viewing tables in CockroachDB - Stack Overflow
Apr 10, 2017 · How can I find out which tables I have in CockroachDB? I tried looking for my schema and couldn't find that, so I'm not sure how to find out which tables I've already created or what their …