-
I'm launching a cockroachdb docker container using image from https://hub.docker.com/r/cockroachdb/cockroach.
Then i'm building and testing cockroach-go:
```
#!/bin/bash -ex
# Dependency insta…
-
While working on #6275 I was writing a test to verify some of the constraints set by the following table:
```sql
CREATE TABLE IF NOT EXISTS omicron.public.inv_nvme_disk_firmware (
-- where this…
-
Spanner
OceanBase
TiDB
CockroachDB
-
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/98230
Commit: https://github.com/cockroachdb/cockroach/commit/5826f28bea10d41a776c51d946a5643fe5087ad8
Informs: https://gi…
-
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/98229
Commit: https://github.com/cockroachdb/cockroach/commit/5813842bbfea3e89eff67548cfef0b6569c5b3cd
Informs: https://gi…
-
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/98194
Commit: https://github.com/cockroachdb/cockroach/commit/ef1604fa0aeb46c30bb25a8423cec31e522557a7
Informs: https://gi…
-
A "write stall" occurs whenever the total size of all memtables equals `MemTableStopWritesThreshold * MemTableSize`. A write stall produces an enormous hiccup in latency. In the CRDB `kv{0,95}/.../siz…
-
Could you please update the package in npm to the latest version?
There is 9 months old version and it internaly uses pg package version 6.3.3 which could freeze the whole app, when I want to use it…
-
roachtest.schemachange/random-load [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/17831321?buildTab=log) with [artifacts](https://teamcity.co…
-
The postgres trigram module (https://www.postgresql.org/docs/9.6/pgtrgm.html) is used for various kind of text search applications. A good chunk of it is supported in CockroachDB 22.2 (see below list …