Relative Content

Tag Archive for mysqlfull-text-search

FULLTEXT searching for spaces, full stops

I am experimenting with FULLTEXT searching, using the InnoDB storage engine. I am upgrading from MYISAM to InnoDB and I have noticed that a lot of queries containing LIKE clauses, which were fast with MYISAM, are much slower using InnoDB. Removing the LIKE clause and replacing it with FULLTEXT searching is lightning fast in InnoDB, but seems to come with a couple of gotchas which I hadn’t thought about.

FULLTEXT searching for spaces, full stops

I am experimenting with FULLTEXT searching, using the InnoDB storage engine. I am upgrading from MYISAM to InnoDB and I have noticed that a lot of queries containing LIKE clauses, which were fast with MYISAM, are much slower using InnoDB. Removing the LIKE clause and replacing it with FULLTEXT searching is lightning fast in InnoDB, but seems to come with a couple of gotchas which I hadn’t thought about.

FULLTEXT searching for spaces, full stops

I am experimenting with FULLTEXT searching, using the InnoDB storage engine. I am upgrading from MYISAM to InnoDB and I have noticed that a lot of queries containing LIKE clauses, which were fast with MYISAM, are much slower using InnoDB. Removing the LIKE clause and replacing it with FULLTEXT searching is lightning fast in InnoDB, but seems to come with a couple of gotchas which I hadn’t thought about.

FULLTEXT searching for spaces, full stops

I am experimenting with FULLTEXT searching, using the InnoDB storage engine. I am upgrading from MYISAM to InnoDB and I have noticed that a lot of queries containing LIKE clauses, which were fast with MYISAM, are much slower using InnoDB. Removing the LIKE clause and replacing it with FULLTEXT searching is lightning fast in InnoDB, but seems to come with a couple of gotchas which I hadn’t thought about.

FULLTEXT searching for spaces, full stops

I am experimenting with FULLTEXT searching, using the InnoDB storage engine. I am upgrading from MYISAM to InnoDB and I have noticed that a lot of queries containing LIKE clauses, which were fast with MYISAM, are much slower using InnoDB. Removing the LIKE clause and replacing it with FULLTEXT searching is lightning fast in InnoDB, but seems to come with a couple of gotchas which I hadn’t thought about.