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 partitions have skew (some partitions having more files than others), clean takes time since the unit of task distribution is partition. Change the unit of task distribution to
be files instead, to avoid delays due to such skews.
The text was updated successfully, but these errors were encountered:
@vinothchandar I am taking this up this week. I had started making some changes actually. Sure, I can make it on top of that. Any idea when that will be complete?
Conservatively, by end of week, mostly by EOD tmrw. I strongly encourage to wait for the filegroups to be in, before you go there, coz what you need is to ultimately parallelize by file groups.
When partitions have skew (some partitions having more files than others), clean takes time since the unit of task distribution is partition. Change the unit of task distribution to
be files instead, to avoid delays due to such skews.
The text was updated successfully, but these errors were encountered: