Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: CiviCRM Search, Core CiviCRM
-
Labels:None
Description
Currently contact search stores an incredibly long serialized array (on sample data a search stores approx 200K in the cache table). A lot of these are redundant links (introduced with the contextual menu). We should optimize this to store only whats needed
We store things in the cache table to avoid redoing the query and we should continue doing so