phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

766
active users

David Bisset

Exploring Full-Text Search and Its Implementation in

FTS allows you to perform advanced text-based queries using indexes rather than scanning entire tables. This makes searches much faster compared to the traditional LIKE operator.

medium.com/@mahfuz34/exploring

Medium · Exploring MySQL Full-Text Search and Its Implementation in LaravelBy Mahfuzur Rahman