papriwalprateek / kuesuto

Dq Entitize
0 stars 0 forks source link

Optimizing get_content, commit_content etc.. #14

Open vinayrajchoudhary opened 10 years ago

vinayrajchoudhary commented 10 years ago

Seems like they make lot of queries whenever executed... while get_content seems ok but commit_content also make too many queries... if number of queries to the database can be reduced that is very good ... essential for a scale database!

We can even cache some parameters that are required too frequently ---this is called denormalization of database... but this also causes redundancy of data and so again there is a problem .... but if something good can be done that will be nice...

average priority!!