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
I suggest that batch dml should share the same schedule logic (distributed/local) as query. Currently scheduling dml to one compute node is not enough for the following reason:
For insert select its input can be complex as arbitrary query.
For update and delete, it is crucial to support index lookup, otherwise full table scan is unacceptable.
Hmmm. Agree, but it's another problem. You may open an issue for that.
Because we will focus on serving queries (aka. simple, high-concurrent queries) currently
The text was updated successfully, but these errors were encountered: