Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add distributed insert plugin logic (#402)
* Add distributed insert plugin logic * Optimize performance what we can do for now * Update composer deps * Fix bugs in distributed insert logic: id generation and improve assign * Add performance measure for hasMatch on each plugin in debugv mode * Fix issue with insertion of only one doc * Use CALL uuid_short for ID generation * Add support of SQL inserts into distributed tables * Update buddy-core version * Improve insert check for SQL * Fix routing issue to distributed table for bulk of elasticsearch
- Loading branch information