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

/plugin-branch uuid-not-optional

We may want a different way to remove bool in the future, but it shouldn't depend on machine class.

Adds a system table that estimates %fill and %free pages for table components.

Trying to fix RR build failure

Recovery may run out of memory if there're too many txnid's to keep track of. This patch implements a temptable logic for txnlist that greatly reduces the memory footprint without...

feature

See commit by commit For first commit: bdb_count doesn't use dta if no indices are available, led to seg fault. Instead of calling bdb_count_int call bdb_direct_count_int which does use dta...

ready to review

action item from {173488104} . This patch fixes the segfault

Our JDBC URL accepts a list of pre-defined tier names ("dev", "beta", "prod", etc.), and obviously does not work very well with a new or custom tier. This patch adds...