Topic: The table "search_matches" is huge
mysql> select count(*) from search_matches;
+----------+
| count(*) |
+----------+
| 2601088 |
+----------+
1 row in set (0.00 sec)
Is it really supposed to be like this? Rickard?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → The table "search_matches" is huge
mysql> select count(*) from search_matches;
+----------+
| count(*) |
+----------+
| 2601088 |
+----------+
1 row in set (0.00 sec)
Is it really supposed to be like this? Rickard?
Yes. 2.6 million isn't that bad. The vBulletin forums we ran at Sweclockers.com pushed the equivalent table to 60 million rows.
However, it is my intention to add support for MySQL fulltext indexing in PunBB 1.3. With that enabled, you will be able to delete that table. With fulltext indexing, MySQL maintains those index tables internally.
http://www.punres.org/viewtopic.php?id=1655
This is an option too...
PunBB Forums → PunBB 1.2 troubleshooting → The table "search_matches" is huge
Powered by PunBB, supported by Informer Technologies, Inc.