It should be possible to re-write store() and retrieve() in sql.py to do this. I will look into it.
Massimo On Oct 1, 7:40 am, István Gazsi <[email protected]> wrote: > Thanks for the quick reply! I have a database table which stores the > title, the thumbnail, and the full size version of an image among > other things. When I load 25 records from this table to a gallery, the > GAE loads the whole records and it consumes a lot of IO. > > Can you recommend something about how can I store the full size image > in another table while it's still connected to the thumbnail and other > things? And I would like to upload the pictures via the default > appadmin interface.

