Michael Bayer wrote:
A feature I have procrastinated on for weeks is now complete - deferred property loading ! and as a related bonus, minimal column updates !
Christmas bonuses - woot!
Deferred Property Loading ------------------------------------
> Minimal Column Updates
----------------------------------- Deferral Groups -----------------------
Excellent!!
Hope everyone's testing is going well.
Very well - I'm giving it a very thorough workout. Every night I process a bunch of financial data, ending up creating over 2GB worth of tables in Postgres. This is done (mostly) using only the lower level, non-ORM parts of SQLAlchemy. After that I use the full ORM to generate well over 40,000 graphs, and to provide web access to the data and graphs. It is taking around 3hrs on my laptop, and I'm just about to set it up on a honking dual Athlon system, so I'll keep you informed.
Robert ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

