Replies: 3 comments 5 replies
-
@janmeier that's a good point. Looks like we could score the tables according to their size and plan workers properly for doing so. Thank you. I took it into account |
Beta Was this translation helpful? Give feedback.
-
This is going to be fixed in #53. Now greenmask introspects the table size, adds the transformation scoring using the formula below and uses strategy "Largest First":
|
Beta Was this translation helpful? Give feedback.
-
@wwoytenko Sorry for being unresponsive here! I can confirm that everything works as expected in v0.1.11, and greenmask has been working perfectly for us for the last three months! |
Beta Was this translation helpful? Give feedback.
-
We have some large table, which take considerably longer time to dump / restore than others. When we do a dump / restore, we often end up waiting for those tables to finish, while all other tables are already done. That means we don't use the full number of parallel processes.
If we could somehow specify which tables to start with, this would not be an issue. Consider the chart below - The top section (slow) shows how it works now, while the bottom section shows how it would work if we could start with the biggest tables
Beta Was this translation helpful? Give feedback.
All reactions