innodb_ruby icon indicating copy to clipboard operation
innodb_ruby copied to clipboard

Add support for Serialized Dictionary Information (SDI) in MySQL 8.0

Open jeremycole opened this issue 2 years ago • 0 comments

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.

jeremycole avatar May 22 '23 20:05 jeremycole