What is the maximum size of a row in an Ingres database table?
This is dependent on the page size being used, but the absolute maximum row width in an Ingres table is 32K. The maximum row width can be configured in CBF, the default is 2008 (which is the maximum for a 2K page). Refer to Chapter 6 in the Database Administrators Guide for details of the Page Header size which you must allow for when calculating the maximum row width for your chosen page size for page sizes less than 64Kb. Long varchar and long byte columns can contain a maximum of 2Gb characters and bytes, respectively.