[MDEV-32256] bulk multi-update / multi-delete API for smart engines Created: 2023-09-26 Updated: 2024-01-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Ralf Gebhardt |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | smart_engine | ||
| Issue Links: |
|
||||||||||||
| Description |
|
ColumnStore uses direct_update_rows() (and direct_delete_rows()?) method to perform the whole update internally. Spider, likely, does too. But there is no equivalent method for multi-update (delete). It needs to be added, so that ColumnStore could use a proper API to perform multi-update (delete) internally and return affected_records as needed (see |
| Comments |
| Comment by Leonid Fedorov [ 2023-12-04 ] |
|
|