Don Hardman
Don Hardman
### Proposal: We need to implement a mechanism that will prevent certain tables from being overwritten when we have identical tables on another node in a clustered environment. The simple...
### Proposal: We should implement the logic to allow Buddy to use its own connections without limitations. This means the max_connections parameter in the configuration should not affect Buddy, because...
### Proposal: We should implement logic so that Buddy can accept the `--skip` argument along with the fully qualified name of the plugin and not load it at all on...
We should add support for altering sharded tables. Currently, there is no alter supported on the distributed table, so we can catch it with Buddy and process the logic. Altering...
We should add functionality to support dropping shared tables. The command should clean up everything associated with the shared table. To make this happen, we should start with a special...
- [x] Validate the execution of the "create table" command. - [x] Ensure the minimum/maximum values for the replication factor and shards are set. - [x] Verify the error handling...