Hello,
I have a question. Why is a H2 in-memory database slower like a MySQL Database. The database struktur is in both the same, the index,too. But Benchmarks show me, that a H2 in-memory database is faster like a MySQL database without using cache. Only kex_buffer_size is used in MySQL. When I use query cache the MySQL Performance is better like the H2-In-Memory Performance. Can somebody explain me why? I thought a In-memory database is allways faster then a disk-based database. But my Benchmarks show me, that a disk-based-database with cache is faster like a in-memory database. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/oSuJuXHGxogJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
