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

gRPC supports create table hints #4441

Closed
killme2008 opened this issue Jul 27, 2024 · 0 comments · Fixed by #4454
Closed

gRPC supports create table hints #4441

killme2008 opened this issue Jul 27, 2024 · 0 comments · Fixed by #4454
Assignees
Labels
C-enhancement Category Enhancements

Comments

@killme2008
Copy link
Contributor

killme2008 commented Jul 27, 2024

What type of enhancement is this?

API improvement

What does the enhancement do?

When ingesting data by gRPC ( Java ingester or Erlang Ingestor), the tables will be automatically created by the data schema.

But in some scenarios, we want to set table options such as append_mode='true' or merge_mode='last_non_null' like that, it's better to support the hints or flags for these important options which will affect the behavior or performance.

Implementation challenges

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants