My recent experience is that generally there is no performance hit by large (in rows) tables. Since Postgres holds the data, it performs quite the same if it has 100 or 100k or 1M records.
However, there are many points in OpenERP where Python is used to iterate over data. This is sub-optimal and you may endup waiting for some specific operations to finish. I hope that in a next version (after 5.0, for sure) we could optimize the engine. -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=29180#29180 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
