I’m looking for some perspective on performance of EE’s search module.
Does anyone have a sense for how it would perform with, say, the following parameters:
Several thousand entries
3-6 searchable custom fields, totalling several-KB per entry
Average of several hundred searches per day
Meanwhile, average of several thousand hits per day on EE generated pages (maybe tens of thousands)
I’ve looked at the search module code and it doesn’t seem like a particularly efficient method (e.g. no index can be used for the custom fields being searched), but I’m wondering if that would be of practical concern with stats like the above, or of negligible concern. E.g., if searches are completed in ~1 second and the queries don’t generate excessive server load, then in practical terms it is efficient.