>How is the actual indexing done? Is it a plug-in of some sort? A full
table scan
>will not do the trick.
Umm... You assign an index to the column in your table, "create table
table_one (column_one char(80), index column_one);" and MySQL then uses
that index. You don't need a plug-in. How the MySQL server uses the
created index file I have no clue about, perhaps one of the developers
can help you out there.
>(Excuse my ignorance. I am new at MySQL)
You're excused. 8)
Best regards,
Martin Edelius
Unreal Nation / Serpents Lair
http://www.unrealnation.net
"Just the facts, ma'am."
Spirex Digital Design
--------------------------------
www: http://www.spirex.se
Mail: martin.edelius@stripped
Phone: +46-31-514651, 0708-113711
Fax: +46-31-514331
S-422 43 Hisings Backa
--------------------------------
| Thread |
|---|
| • SV: SV: Are there any text indexers available? | Martin Edelius | 30 Jul |