Tip : How can i find size of table in firebird?
Posted by mariuz on 25 Feb 2011 1:00 pm. Filed under General news.
You get an approximate value by running gstat and then check out the
Data pages value for the table. Multiply that value with your database page size. This is the allocated space on disk.
2 Comments to “Tip : How can i find size of table in firebird?”
Leave a Reply
You must be logged in to post a comment.



(3 votes, average: 3.67 out of 5)
On February 26th, 2011 at 8:05 am
Or, you can just use IBAnalyst, to simple see tables and indices size in pages, megabytes, etc.
On February 26th, 2011 at 7:14 pm
I think it would be more interesting to show how to do this in SQL.
IMHO tools like gstat and gsec should be replaced by SQL commands