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
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
The text was updated successfully, but these errors were encountered:
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'
ormerge_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
The text was updated successfully, but these errors were encountered: