Episode 16 : Using the Datastore API « Google App Engine Java Experiments - 0 views
Google App Engine Blog: Easy Performance Profiling with Appstats - 0 views
[appengine-java] Re: Any examples for low level datastore? or suggest a - 0 views
-
I believe that Twig is the only library that can store objects with entire collections embedded as components. So the Columns could actually be stored in the same entity as the Table. This means that querying or reading Tables is _much_ faster. If the tables are read more than written this would be ideal. Docs are a bit light but basically you just define an embedded collection like this: class Table { @Key String name; @Component Collection<Column> columns; } and thats it! The columns are then stored as a multi-valued property so you can even query properties them like "show all tables with a column named 'age'".
Google App Engine Tutorials: App Engine with SiteMesh - 0 views
« First
‹ Previous
401 - 420 of 427
Next ›
Showing 20▼ items per page