You also have the option to create buffer pools or table spaces that have an 8 KB, 16 KB, or 32 KB page size. All tables created within a table space of a
particular size have a matching page size. A single table or index object can be
as large as 512 GB, assuming a 32 KB page size.
You can have a maximum of
1012 columns when using an 8 KB, 16 KB, or 32 KB page size.
The maximum
number of columns is 500 for a 4 KB page size.
Maximum row lengths also vary, depending on page size:
When the page size is 4 KB, the row length can be up to 4005 bytes.
When the page size is 8 KB, the row length can be up to 8101 bytes.
When the page size is 16 KB, the row length can be up to 16 293 bytes.
When the page size is 32 KB, the row length can be up to 32 677 bytes.
regards,
mujeeb