Posts: 2,337
Name: Keith Marshall
Location: West Hartford, CT
|
When I talk about indexes, I mean the mySQL table index. The index is a unique table structure that indexes the the related field data. An index can be normal, primary, unique, or fulltext. When you submit a sql query, it checks if there is an index to spped up search results.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|