
07-05-2004, 01:00 AM
|
 |
|
|
Join Date: Oct 2001
Posts: 506
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Erwin
Well, I tried the default vB3 fulltext search, and it scanned almost 1,000,000 rows for the word "test" for over 300 seconds before it borked. Never managed to complete it.
With the custom code, the word "test" took 19 seconds (which is not fast by any means but it's a big database) - and scanned 100 rows (which is a limit I imposed, but which I can increase). This is just using the normal search page, with all settings default, searching all forums.
It's not a fault to do with vB3 at all - fulltext has its own limitations too.
The day that InnoDB supports fulltext, is the day the post table goes InnoDB, to prevent table locking.
|
Well that is the reason then, we are not imposing a limit on the results as of yet. We are going to look at doing that coming up.
|