-
Notifications
You must be signed in to change notification settings - Fork 714
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.
Documentation license here.
Installation
MyRocks
- Overview
- Transaction
- Backup
- Performance Tuning
- Monitoring
- Migration
- Internals
- Vector Database
DocStore
- Document column type
- Document Path: a new way to query JSON data
- Built-in Functions for JSON documents
MySQL/InnoDB Enhancements