Hi, of coarse it is interesting to speed up OpenERP in general...
I have found that the main bottleneck is not in code interpretation (the pure computation speed), but: 1) network (DB <-> AS <-> Client); 2) not optimized SQL queries; 3) not optimized DB architecture (played a little bit with indexes and got huge performance boost); 4) fine tuning PGSQL maintenanace (reindex, vacuum); 5) implement some ORM functionality as PGSQL triggers and built in functions (have not tried this by myself, but as i have read PGSQL allows writing extensions in python as well in other languages); I think it is better to do above things, as there will be significantly greater performance boost. sraps -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=34338#34338 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
