Read the bit about "the value is calculated before storing" Thats why your inserts are slow.
On Fri, Apr 13, 2012 at 02:09, JND <[email protected]> wrote: > On Friday, April 13, 2012 1:08:03 AM UTC+8, Noel Grandin wrote: >> >> http://h2database.com/html/features.html#computed_columns >> >> "A computed column is a column whose value is calculated before storing. " > > That is correct Noel, that's why I'm using them. As I described, they're > very fast except when they're inexplicably not, and the latter is the > problem. > > > -- > 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/-/Vein3YJLMqcJ. > > 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. -- 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.
