We don't currently expose this information. You could use EXPLAIN PLAN to see what a given query does and you can turn statistics on to see what your top queries are. On Mon, 13 Apr 2015 at 16:46, blu10 <[email protected]> wrote:
> anyone?... i'm looking into triggers as i think its the only way to do > this but im no database expert so any help in the right direction would be > good > > > On Sunday, 12 April 2015 13:32:05 UTC+1, blu10 wrote: >> >> We use h2 in our development and im trying to come up with a way of >> finding which tables are hit in a transaction. I would eventually like to >> have a user interface which would show this info. >> Is the only way for me to do this to add triggers to all of the database >> tables and try extract the info this way?... >> Lots of our tables dont have any timestamp/last updated columns so i >> think this might be the only way... >> >> What do you think? >> > -- > 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. > -- 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.
