Tables dumped as STRUCTURE ONLY, following drush's --structure-tables-key=common.
Not a size optimisation. Restoring a stale cache_container would boot the restored site on the
previous site's service container, and cachetags checksums that disagree with the bins they
describe leave rows that are present and permanently rejected -- the failure shape the pack
provenance notes already record. All of it regenerates.
It also happens to be what makes a real site's dump storable at all: measured on the shipped pack,
the seven statements over the 100,000-character Durable Object ceiling are ALL cache rows, the
largest 960,544 characters of cache_container. With them structure-only the widest statement left
is 89,364.
Tables dumped as STRUCTURE ONLY, following drush's
--structure-tables-key=common.Not a size optimisation. Restoring a stale
cache_containerwould boot the restored site on the previous site's service container, andcachetagschecksums that disagree with the bins they describe leave rows that are present and permanently rejected -- the failure shape the pack provenance notes already record. All of it regenerates.It also happens to be what makes a real site's dump storable at all: measured on the shipped pack, the seven statements over the 100,000-character Durable Object ceiling are ALL cache rows, the largest 960,544 characters of
cache_container. With them structure-only the widest statement left is 89,364.