Hi, today i got a "double allocation"-error when i wanted to access to my database. After restart and deleting the index-file my database needed in my java application a lot of time to open. Cause of that i tried to access to the database by console and found out that the index always gets created new every time i access to the db. Deleting the index manually and try again caused the same problem... It is especially one table that takes so much long to create its index (about 20 seconds). An "ANALYZE" didnt help me...
What can cause this problem and how do i solve it? Many thanks already for your attention and you help!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
