Discussion:
[h2] Recover tool not printing the statistics section
Muhammad Zubair
2017-01-04 20:25:52 UTC
Permalink
Hello,
I am running the recover tool on my h2 database using :

$ java -cp h2/bin/h2*.jar org.h2.tools.Recover -transactionLog -trace


which outputs:
Created file: db.mv.txt
Created file: db.h2.sql


In both files, I don't see any "statistics" section.
--
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 h2-database+***@googlegroups.com.
To post to this group, send email to h2-***@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.
Steve O'Hara
2018-10-23 13:36:02 UTC
Permalink
Hi,

I'm having the same problem - is this because I'm using MVStore?
Is this feature only valid for the old page store?

In which case, can anyone suggest a way in which I can track down why my DB
just keeps increasing in size despite the fact that SCRIPT exports don't
show any difference in real data?

Thanks
Steve
Post by Muhammad Zubair
Hello,
$ java -cp h2/bin/h2*.jar org.h2.tools.Recover -transactionLog -trace
Created file: db.mv.txt
Created file: db.h2.sql
In both files, I don't see any "statistics" section.
--
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 h2-database+***@googlegroups.com.
To post to this group, send email to h2-***@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...