Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how many records contribute to a page.

0 views
Skip to first unread message

Sivaswami Jeganathan

unread,
Oct 28, 2009, 8:21:42 PM10/28/09
to
Hi

How to determine how many records contribute to a page in a table
( provided the structure of the table and pagesize ).

spider007

unread,
Oct 29, 2009, 6:20:01 AM10/29/09
to
On Oct 29, 5:21 am, Sivaswami Jeganathan <sivaswamim...@gmail.com>
wrote:

> Hi
>
> How to determine how many records contribute to a page in a table
> ( provided the structure of the table and pagesize ).

You can look at avgrowsize in syscat.tables. That gives you average
row size and you have the page size. Now you can do the
mathematics :). That should give you approx number of rows/page. Of
course, it depends on lot of other things and this is just an
approximation.

Frederik Engelen

unread,
Oct 29, 2009, 8:03:09 AM10/29/09
to

To be able to calculate this in advance, check the "CREATE TABLE"
statement in the Infocenter.

--
Frederik

0 new messages