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

Fix issue with accessing remote cursors on IAM / password enabled databases

Build-time option to track read lockers of pthread_rwlocks

Change arrays which are sized by MAXNODES to hash-tables so that the nodeix value isn't forced to be less than MAXNODES. This is a slightly revised take on https://github.com/bloomberg/comdb2/pull/3764 -...

I've just added `parser.y` to https://mingodad.github.io/parsertl-playground/playground/ an `Yacc/Lex` online editor/tester (select `condb2 sql parser` from `Examples` then click `Parse` to see a parser tree for the content in `Input source`...

Currently changing partitioning on a table requires two schema changes: the existing partition needs to be dropped first, and only then a new partition can be created on the table....

Instead of REP_ALL_REQ, get all log files as blobs and apply them in chunks.

Recently I have been studying OSS vulnerabilities and their existence in downstream projects. While reviewing CVEs in sqlite3, I noticed that comdb2 integrates sqlite in source form, and the sources...