-
The Surprising Impact of Medium-Size Texts on PostgreSQL Performance
The Surprising Impact of Medium-Size Texts on PostgreSQL Performance
Any database schema is likely to have plenty of text fields. In this article, I divide text fields into three categories: small text like varchar(n), large text, and medium text.