in reply to Re^5: Does Search::InvertedIndex module live up to billing?
in thread Does Search::InvertedIndex module live up to billing?
I'm afraid I'm not familiar with this infamous query analyzer - so I'll read up on it on the web.CREATE TABLE `theTable` ( `response_id` smallint(5) unsigned NOT NULL +default '0', `respondent_id` smallint(5) unsigned NOT NULL default '0 +', PRIMARY KEY (`response_id`,`respondent_id`) ) TYPE=MyISAM
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Does Search::InvertedIndex module live up to billing?
by perrin (Chancellor) on Oct 21, 2004 at 21:26 UTC | |
by punch_card_don (Curate) on Oct 21, 2004 at 21:31 UTC | |
by perrin (Chancellor) on Oct 21, 2004 at 22:26 UTC | |
|
Re^7: Does Search::InvertedIndex module live up to billing?
by punch_card_don (Curate) on Oct 21, 2004 at 21:26 UTC |