Hi, > However when i tried to query some > records from this table, i need to wait approximately 5 seconds. I use > tcp connection in my application. The most amazing thing is when i did > the same query in h2 console(web form), it only need 16-25ms. This > table only have 30000 rows. a pretty small table indeed.
Maybe the problem is a virus scanner or firewall. Could you try using the exact same connection for the H2 Console and for the application (remote URL)? What is the exact URL? What happens if you query the system tables, for example INFORMATION_SCHEMA.TABLES? 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 -~----------~----~----~----~------~----~------~--~---
