|
|
|
|
|
by dspillett
2070 days ago
|
|
There can be significant impact from off-page types (VARCHAR(MAX), NVARCHAR(MAX), VARBINARY(MAX), and the deprecated TEXT/NTEXT/BINARY) in SQL Server, and presumably other DBMs, too. Though one key difference is that SQL Server doesn't compress the off-page parts as this article states postgres does. In fact even if you have the table set to compress using either row or page compression option, off-page data is not compressed. |
|
[1]. https://www.postgresql.eu/events/pgconfeu2019/sessions/sessi...