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
As of now, if we use large partitions and want to populate data using batches then
We will get balanced approach for partitions of a partition group.
It will cause batch queries have rows for different partitions as much as possible.
Such an approach is useful for read queries, not write ones.
So, need to add possibility to perform write batches sequentially where one batch would contain rows targeted only at some one partition.
The text was updated successfully, but these errors were encountered:
As of now, if we use large partitions and want to populate data using batches then
We will get
balanced
approach for partitions of a partition group.It will cause batch queries have rows for different partitions as much as possible.
Such an approach is useful for
read
queries, notwrite
ones.So, need to add possibility to perform
write
batches sequentially where one batch would contain rows targeted only at some one partition.The text was updated successfully, but these errors were encountered: