I use this.
select (select cast(value as bigint) from information_schema.settings where name = 'info.PAGE_COUNT') * (select cast(value as bigint) from information_schema.settings where name = 'info.PAGE_SIZE') as fileSize; On Tuesday, May 12, 2015 at 3:49:14 AM UTC+8, Hasan Mumin wrote: > > I started a new one h2 database. I looked on their website and google > group, but I did not learn how to calculate the size of the database. Can > you help with this? > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
