comdb2
comdb2 copied to clipboard
Bloomberg's distributed RDBMS
The multi-table schema changes (that includes partitions) need a single transactional llmeta entry to save all changes atomicatlly. The block processor for schema changes was revamped and copy&paste code shared...
The changes in this PR - Cause adds to the commit LSN map to fail if the LSN being added is less than the largest LSN in the map. -...
Depends on: #4591 The changes in this PR implement SQL-based import. Clients will now be able to import a table by running `IMPORT FROM TO `. `src_tablename` and `dst_tablename` must...
Because it is not important that clients have the ability to see `tmp` directory contents and `watchdog` using `comdb2_files`, the changes in this PR cause the `comdb2_files` processor to unconditionally...
https://github.com/bloomberg/comdb2/pull/4577
Depends on #4575 + #4576
A new 'reql events' command that turns on logging of all SQL requests/responses.
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.) ?...
After RENAME, the file-version-cache would hold onto the old file versions, which would cause stat-size to misreport the table size. This patch fixes it.