Hi, > it'd be great if H2 would auto-detect when I am using a column a lot in > joins (table1.foo_id = table2.bar_id) and I haven't indexed that column
This is already on the roadmap, however I don't actually believe it's an urgent problem... It would probably make sense to improve the performance analysis tool so that such problems can be detected more easily. > so that I am not spending days/weeks wondering why > something runs slow.. Well, you should use the existing performance analysis tool :-) > One is tempted to write one's own sql and always declare all columns on all > tables to be indexed, but of course that means a lot of additional indexing > going on during inserts/updates, which my big app does a lot of. McKoi used to do that at one point. Regards, Thomas -- 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.
