I need a key/value store that will hold <Integer, byte[]> where the byte[] will change over time but the changes is append only. The byte[] will represent events.
Is MVStore suitable for this? It will be used single threaded without transactions. I need high performance, low memory and low failure rate. Other suggestions? -- 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. For more options, visit https://groups.google.com/d/optout.
