Subject Re: [firebird-support] What are the trade-offs of CHAR vs. VARCHAR?
Author Dimitry Sibiryakov
12.11.2019 23:06, Clyde Eisenbeis cte677@... [firebird-support] wrote:
> As I understand, the FbConnection.CreateDatabase max pageSize for VARCHAR is 8191.  Does
> the page size change to less than 8191 if the VARCHAR is less?

Database page size has no relation with any data type sizes. Records can be fragmented
to more than one data page.


--
WBR, SD.