Hi
I’m building a site that will have a large number of small entries. What’s the most speedy way to allow visitors to find the content they want?
- create a large number of categories (several dozen) and let the user sort entries based on the category. (in this case it will be a city name)
- put the city name in the title field and let users search for a city name based on this title field.
The bottom line, I guess, is that I’m asking what’s faster from a database point-of-view, sorting categories or searching fields, or art they the same thing?
Thanks!
