I am using H2 as in memory database and I have a table with 6 columns and millions of rows . There are two rows has very low cardinality. But I can not know all the values of these column while I create the table, so can not use ENUM type. Want to check with you guys if H2 can do some dictionary encoding on these columns? Or event internally store the data in a columnar format ?
Thank You Yong -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/57df3766-aead-4157-8aa6-93664ecba4cd%40googlegroups.com.
