Hi, > Hi. Is there any good articles that teaches the internal structure of > database engines ? Is there anything here that teaches about H2 > database engine structures and it's workings ? I just want to know > more about database other than the basics and SQL.
The most important items are b-tree, join processing, transaction log (for example ARIES, http://en.wikipedia.org/wiki/Algorithms_for_Recovery_and_Isolation_Exploiting_Semantics). Most of it is online somewhere, but I don't have any links. I would start with Wikipedia and then maybe use Google to find more information. I can't even suggest what book to read because I didn't read one related to database theory. 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 -~----------~----~----~----~------~----~------~--~---
