Hi, I started an experimental project last week to modify H2 to use the GAE datastore as a virtual file system as you described (I'm the author of the GaeVFS project you referenced). So far I have basic features working--CREATE, INSERT, SELECT--on very small data sets in my development environment. I think the really tricky parts are going to be: (1) getting it to work properly in a distributed environment with multiple GAE application instances accessing the same database; and, (2) getting it to perform reasonably well with larger data sets.
As soon as I have something worth sharing I'll post a message to this group describing what I've done for feedback and advice. I guess my first question is: Is anyone interested in this? Vince On Jun 17, 7:55 am, McKinley <[email protected]> wrote: > > If someone implements all the Java IO classes and methods required > > using theAppEngineDatastore rather than a real filesystem then it > > can happen. > > Someone has done just what I described. > > http://gaevfs.appspot.com/ > > When I looked weeks ago it didn't exist yet but checking again today I > see a new project. > > Good luck, > > McKinley --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
