MySQL – UUID Table of content The MySQL UUID function The MySQL UUID() function is used to generate “Universal Unique Identifiers” (UUIDs) in accordance with RFC 4122. UUIDs are designed to be universally unique, even when generated on different servers. The UUID is generated using a combination of the current timestamp, the unique identifier of […]
Author Archives: user
MySQL – Boolean Full-Text Search Table of content MySQL Boolean Full-Text Search The MySQL provides a full-text search functionality that supports three types of searches, one of which is the Boolean full-text search. This Boolean full-text search enables complex search operations on large amounts of text data, by allowing the use of Boolean operators such […]
MySQL – Natural Language Fulltext Search Table of content Before we fully get into the concept of Natural Language Full-text Search, let us try to understand the context of it. Nowadays, the keywords used for searches might not always match the results that users expect. So search engines are designed to focus on increasing search […]