You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add logic that will support our own endpoint bulk and will parse it the same way we do for _bulk to make insertion into distributed tables possible.
Also, as discussed before, we should explore the possibility of using our old SQL regex to enable SQL insertions into distributed tables.
Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
Implementation completed
Tests developed
Documentation updated
Documentation reviewed
Changelog updated
OpenAPI YAML updated and issue created to rebuild clients
The text was updated successfully, but these errors were encountered:
We should test SQL inserts into distributed tables using the following image: ghcr.io/manticoresoftware/manticoresearch:test-kit-feature-distributed-inserts
It would be beneficial to test functionality with various schema data types, including JSON, integer, float, and others.
Proposal:
We should add logic that will support our own endpoint
bulk
and will parse it the same way we do for_bulk
to make insertion into distributed tables possible.Also, as discussed before, we should explore the possibility of using our old SQL regex to enable SQL insertions into distributed tables.
Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: