Hi Andrei, Thank you again for delving into this. I built from master branch and first ran the recover tool. You are definitely on to something here because where 199 trips over the database with an exception during the generation of database.mv.txt master generates a similarly sized database.mv.txt as 197 does, somewhere around 443Mb (database.mv.db is 1.1Gb) without exceptions. But where 197 subsequently generates a 2.5Gb database.mv.sql master generates one of 750 bytes containing:
***** START (not part of file) -- MVStore CREATE ALIAS IF NOT EXISTS READ_BLOB FOR "org.h2.tools.Recover.readBlob"; CREATE ALIAS IF NOT EXISTS READ_CLOB FOR "org.h2.tools.Recover.readClob"; CREATE ALIAS IF NOT EXISTS READ_BLOB_DB FOR "org.h2.tools.Recover.readBlobDb"; CREATE ALIAS IF NOT EXISTS READ_CLOB_DB FOR "org.h2.tools.Recover.readClobDb"; CREATE ALIAS IF NOT EXISTS READ_BLOB_MAP FOR "org.h2.tools.Recover.readBlobMap"; CREATE ALIAS IF NOT EXISTS READ_CLOB_MAP FOR "org.h2.tools.Recover.readClobMap"; -- Meta -- Tables ---- Schema SET ---- ---- Table Data ---- ---- Schema ---- DROP ALIAS READ_BLOB; DROP ALIAS READ_CLOB; DROP ALIAS READ_BLOB_DB; DROP ALIAS READ_CLOB_DB; DROP ALIAS READ_BLOB_MAP; DROP ALIAS READ_CLOB_MAP; DROP TABLE IF EXISTS INFORMATION_SCHEMA.LOB_BLOCKS; ***** END (not part of file) I then tried to open the database with the H2 console and that fails with this message: General error: "java.lang.IllegalStateException: Unsupported type 17 [1.4.199/3]" [50000-199] HY000/50000 (Help) -- 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 https://groups.google.com/group/h2-database. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/571f3497-d0a0-4fc4-b833-eb5ea80716d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
