comdb2
comdb2 copied to clipboard
Bloomberg's distributed RDBMS
Signed-off-by: Mark Hannum Allow us to write log-records which surpass the maximum log-file-size.
Signed-off-by: Rivers Zhang
To help us review your pull request, please consider providing an overview of the following: * What is the type of the change (bug fix, feature, documentation and etc.) ?...
Signed-off-by: Michael Ponomarenko This adds code that adds llmeta keys for things that used to be placed in the old 'meta' dbs,. It also adds a couple of tunables for...
sqlite_master is an sqlite detail - would like to a have a comdb2-specific way to get schemas.
This fixes a bunch of compilation errors on macOS. As these patches treat macOS as it was a Linux target, it is possible that some of the platform-specific definitions will...
## Basic version working ``` [put password 'foo' for 'bar'] rc 0 [set user bar] rc 0 [set password foo] rc 0 (query='set user bar') (query='set password foo') [select *...
(DRQS 168934180)
Port of https://github.com/bloomberg/comdb2/pull/3214