comdb2 icon indicating copy to clipboard operation
comdb2 copied to clipboard

Bloomberg's distributed RDBMS

Results 150 comdb2 issues
Sort by recently updated
recently updated
newest added

This fixes the "random corruption" issues that we've been seeing.

Two new tunables have been introduced to force physical replicants to connect to source nodes from specific tiers or hosts.

This patch : 1.) Adds support for the following queries : - CREATE TABLE T .... PARTITIONED BY CASE % WHEN 0 THEN 'SHARD1' ... WHEN N THEN 'SHARDN' END...

Advance the start time of a time partition to avoid unnecessary fake rollouts.

Rebinding parameters may cause SQLite to recompile the statement in the hope of a better query plan. A new yet identical (?) AST is parsed out during the process, as...

The title says it all- another confusion caused by multiple definitions of the "leader" across different layers. This patch changes watchdog to check for berkdb leader; There's a separate NOMASTER...

This is a workaround that should allow durable-lsn databases to write during DR testing even though the installation only spans 2 datacenters. rtcpu'd nodes will still not handle sql requests,...

This is a feature requested by our DBA team to help them better categorize risk levels of schema changes.

I couldn't exploit this line not being here, seems like if inserting a NULL blob then this function doesn't get called, with cdb2sql or tagged api Tried with ``` tag...