Jump to content

[SOLVED] varchar(64000) search


jaymc

Recommended Posts

I am building a forum, all the tables are InnoDB

 

I want a search feature so people can search for words in all posts.

 

I tested this on a table i have which has 300,000 posts, it took 20 seconds

 

Now I know with MYISQM you can put a fulltext index on, but innodb does not allow this

 

For this feature, do i have to create a MYISAM table dedicated to storing just post_id and post_content to get the performance advantages of using the FULLTEXT index

 

Or, is there something I can do with innodb to that field to optimize it for searches

 

Cheers

Link to comment
https://forums.phpfreaks.com/topic/109316-solved-varchar64000-search/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.