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 running query of mutations, such as alter table update ..., shall I run OPTIMIZE TABLE FINAL? Does the mutations produce multiple parts for single partition? And I could use OPTIMIZE to merge these parts into one?
After running query of mutations, such as
alter table update ..., shall I runOPTIMIZE TABLE FINAL? Does the mutations produce multiple parts for single partition? And I could use OPTIMIZE to merge these parts into one?Thank you.