Subject | RDB$PAGES |
---|---|
Author | tomkrej |
Post date | 2013-05-23T08:31:45Z |
Hi, I'd like to get the count of all types of db pages.
If I run the query
select count(*), rdb$page_type from rdb$pages group by rdb$page_type
I got only about 2200 pages, but there are about 320 000 pages in DB.
And the result of query contains only - 3, 4, 6 and 9 type of page.
How can I get the real numbers??
Best regards, Tomas
If I run the query
select count(*), rdb$page_type from rdb$pages group by rdb$page_type
I got only about 2200 pages, but there are about 320 000 pages in DB.
And the result of query contains only - 3, 4, 6 and 9 type of page.
How can I get the real numbers??
Best regards, Tomas