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
Another requirement is to support writing to an OpenSearch table, allowing users to use the INSERT statement. This would enable users to control when and what data is loaded into the OpenSearch index.
For example:
# First batch
INSERT INTO os_table SELECT ... FROM logs WHERE id BETWEEN 1 AND 100;
# Second batch
INSERT INTO os_table SELECT ... FROM logs WHERE id BETWEEN 101 AND 200;
This is not a use case for Flint's materialized view feature. Currently there is no way to achieve in Flint Spark.
This is meta issue to track the tasks of opensearch-project/OpenSearch#14524
Milestone I - Direct access OpenSearch index in Spark SQL
In milestone I, we want to achieve (1) Support direct query opensearch index use case. (2) Improve performance. #334. The task includes
The text was updated successfully, but these errors were encountered: