Simple question. My web2py app just received a heavy amount of traffic, and 
I was looking for ways I could optimize performance.

I am currently using MySQL, and using a database query like
rows = db(db.tablename.category=="category_name").select()

I am aware that web2py does not automatically create indexes for the 
database table. After I've created indexes for the table, is it necessary 
to use Raw SQL through db.executesql() to take advantage of MySQL indexing, 
or can I still use the same DAL query?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to