MySQL: change schema of 'data' table to use autoincrement integer as primary key
This optimizes storage layout on disk, because more recent entries are often being accessed more. This will also simplify implementation of incremental backups. Storage API is changed so that backends are not forced to use the checksum to index data.
Showing
This diff is collapsed.
Please register or sign in to comment