Re: [PHP-DB] to index or not
Selvin, What database are you using? The latest version of MySQL can, I believe, index text fields, so this would suit both your keywords and description fields. If that's the database you are using I'd read the relevant portion of the docs very carefully and test to match. The index functio
[PHP-DB] to index or not
i'm makin a search engine the table looks like this - --- | number | name | keywords | description | url | rank | --- query's are made to against keywords, and description which are a blob's.