Move strings to a companion table
Strings that are less than half a page waste disk space if you treat them as TEXT data, but you can move them from the main table to a companion table.
If you split a table into two tables, the primary table and a companion table, repeat the primary key in each table.