comdb2
comdb2 copied to clipboard
Bloomberg's distributed RDBMS
The tpcrash test case in this branch reproduces the views-lk inversion. This is an idea of an approach to address this inversion, and a bit of refactoring of the views...
Bug is that when insertion into an index is contended, sometimes we get values inserted in the wrong location (out of order). The reason for this bug is because we...
Abort the master if it attempts to commit a transaction which has previously received a deadlock.
{174259308} Fail db creation if any initial table creation fails
While executing subqueries, we sometimes end up reading free'd data. For example, the plan below cdb2sql> Select * from comdb2_keycomponents where tablename='t_str' and keyname=(select keyname from comdb2sys_keys where tablename='t_str' and...