Hacker News new | ask | show | jobs
by 6nf 2101 days ago
Varchar(max) is fine for some cases but you can't use it for everything because there's some limitations compared to varchar(1000) because the latter is stored in the actual table structure while the former is not.