Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of bulk and SQL to distributed inserts #408

Open
1 of 6 tasks
donhardman opened this issue Dec 5, 2024 · 3 comments
Open
1 of 6 tasks

Add support of bulk and SQL to distributed inserts #408

donhardman opened this issue Dec 5, 2024 · 3 comments
Assignees

Comments

@donhardman
Copy link
Contributor

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.

  • Implementation completed
  • Tests developed
  • Documentation updated
  • Documentation reviewed
  • Changelog updated
  • OpenAPI YAML updated and issue created to rebuild clients
@donhardman
Copy link
Contributor Author

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.

@donhardman
Copy link
Contributor Author

The task about bulk endpoint support was separated to #413

@donhardman
Copy link
Contributor Author

@PavelShilin89 please implement required tests

@donhardman donhardman removed their assignment Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants