2015-06-29 Nicolas Barbier <[email protected]>: > * It seems that flushLog() wouldn’t be called for each “operation” as > it is (mostly) only used when memory pressure kicks in, and therefore > the performance loss wouldn’t be dramatic.
Correction: It is also called in time-based fashion, which would cause a lot of fsync’ing of the database file all the time. That makes separating the log from the main storage area more important performance-wise :-(. Nicolas -- A. Because it breaks the logical sequence of discussion. Q. Why is top posting bad? -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
