innodb_ruby
innodb_ruby copied to clipboard
Add support for Serialized Dictionary Information (SDI) in MySQL 8.0
There are multiple things that need to happen to support SDI fully, at least support for:
- New SDI header in FSP page
- New page types (
SDI,SDI_BLOB,SDI_ZBLOB). - Usefully exposing the JSON structures stored in the SDI.
- Using the SDI to navigate tablespaces for e.g. system-spaces.
- Using the SDI to construct record describers for all indexes.