[Vtigercrm-commits] [vtiger development] #5559: performance : indexes
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Mar 12 06:36:22 EDT 2009
#5559: performance : indexes
---------------------------+------------------------------------------------
Reporter: Vincent.Piton | Owner: developer
Type: enhancement | Status: new
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Keywords: index |
---------------------------+------------------------------------------------
the mysql queries are way too slow with big tables (products, users,
accounts...)
I was able to divide by 3 the length of the products query by inserting
the following indexes :
products.handler
products.vendor_id
products.discontinued
products.product_no
products.manufacturer
products.mfr_part_no
vtiger_crmentity.deleted
We should put an index on every JOIN field and every search field (custom
field...)
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5559>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list