Commit 61f8502
cluster spec sheet: OPTIMIZE TABLE after seeding the MySQL source table
The QA table now carries a PRIMARY KEY, and the seeding INSERT emits
customer_id in scattered order; inserted out of key order, the clustered
index page-splits to ~2.5x its packed size (11.5 GiB instead of 4.6 GiB
for 50M rows), which is what doubled the source_ingestion hydration
measurement from ~4m to ~8m after the July 24 re-seed. OPTIMIZE TABLE
rebuilds it packed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 7d319f4 commit 61f8502
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2161 | 2161 | | |
2162 | 2162 | | |
2163 | 2163 | | |
| 2164 | + | |
2164 | 2165 | | |
2165 | 2166 | | |
2166 | 2167 | | |
| |||
0 commit comments