Hi, > Is it possible for a brief summary on this page store file > format ?
This may change so I don't want to write too much documentation at the moment. The best documentation is currently the source code, all classes starting with 'Page'. Some features are: only one file per database (plus temp files, plus the *.lock.db file which is temporary). Database files are a bit smaller than when using the current storage mechanism. > When will this page store file format be stable for at least a beta ? I don't know. > I usually write software using H2 databases as the backend and some of > these softwares are thumbdrive or external device portable. Will page > store have any adverse effects on my external devices or flash > devices ? No. In theory it should be a bit better than now, as each read and write operation is 'page aligned'. Currently the page size is 1 KB, but maybe I will use 4 KB. 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 -~----------~----~----~----~------~----~------~--~---
