Skip to content

API for Increasing Clone Data Size Estimates

Herman Lee edited this page Feb 16, 2023 · 1 revision

The current clone implementation, once the first storage engine (which is always InnoDB) set the data size estimate for a clone stage, there is no way for other SEs to change that estimate to include their data estimates.

This is addressed by extending clone plugin callback with a new add_to_data_size_estimate(uint64_t estimate_delta) callback for non-InnoDB storage engines to use.

TODO: this it not final yet.

Clone this wiki locally