This isn’t a Rails question, more a database one. If you have an index on the field you’re searching, it will be much faster than if not. Also look into fulltext indexes if using MySQL.
ed
This isn’t a Rails question, more a database one. If you have an index on the field you’re searching, it will be much faster than if not. Also look into fulltext indexes if using MySQL.
ed