devenh
6th of April 2005 (Wed), 08:46
Are any of the searches performed using indexes? If not, will they be in 1.5?
I do event photography and a typical gallery will have 300 photos. I include the competitors names and provide a drop down combo box where customers can select the name and perform a search. The name is contained in the Free Text Info field.
Whenever I open a new gallery my server utilization goes way up and I *suspect* that it is because EE is performing unindexed searches in a memo field in the gallery. Here is the html code I use:
action="gallery/list.php?exhibition=105&search_row=ee_photo_eng.ee_photo_text"
So the search is restricted to the gallery, but this still means reading 300 records each time. Are there any better (more efficient) ways to do this?
Deven
I do event photography and a typical gallery will have 300 photos. I include the competitors names and provide a drop down combo box where customers can select the name and perform a search. The name is contained in the Free Text Info field.
Whenever I open a new gallery my server utilization goes way up and I *suspect* that it is because EE is performing unindexed searches in a memo field in the gallery. Here is the html code I use:
action="gallery/list.php?exhibition=105&search_row=ee_photo_eng.ee_photo_text"
So the search is restricted to the gallery, but this still means reading 300 records each time. Are there any better (more efficient) ways to do this?
Deven