# Large value

Most DBMS don't allow a tuple to exceed the size of a single page

To store values that are larger than a page, the DBMS use separate overflow storage pages.

* Postgres: TOAST (>2KB)
* MySql: Overflow (> 1/2 size of page)
* SQL server: Overflow (>size of page)

![](https://2548495579-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTsnKOX7xLvOtvOXY9MlI%2Fuploads%2FBwIuT50p6OHcjP9iUzUH%2Fimage.png?alt=media\&token=f0f40856-0194-416b-a4f3-bf8afd43cc27)
