Mark, >From reading the code, it seems to me that it is the actual number of rows added/removed and NOT insert/delete operations. So, a single DELETE might remove 100 rows - and that is 100 steps closer to the next ANALYZE. A single counter is incremented after each row is added and after each row is removed.
On Sep 10, 1:55 am, Mark Addleman <[email protected]> wrote: > Just a clarification: Is the doubling function applied to the number of > INSERT / DELETE operations or to the number of rows in the table? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. 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.
