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
After skimming the code - it may be harder to do than I thought. While merging layers we do check for each layer we want to merge if the squashed layer already contains specific files. This means that we would need to synchronize on this call. But even if we synchronize, some other layer could add the same file in the meantime. It seems that parallel merging is not an easy improvement and it's even unclear if this is doable.
If it is possible to run merging of layers in parallel - we should consider this.
The text was updated successfully, but these errors were encountered: