Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6882379
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:14:45+00:00 2026-05-27T05:14:45+00:00

There are three popular database schema’s in use in tagging systems today. MySQLicious Scuttle

  • 0

There are three popular database schema’s in use in tagging systems today.

  • MySQLicious
  • Scuttle
  • Toxi

In general the most often recommended scheme is the Toxi 3 table many-to-many relationship.

However I have come across a particular need where the number of tags will be limited to no more than 100. This number will always be constant with no tags ever being added to the database. Each individual item would likely have no more than about 20 tags.

In this situation what schema would you recommend and why? I am for the first time ever considering going with the totally denormalized MySQLicious schema and using FULLTEXT / LIKE for searching/filtering.

The dataset itself would likely never exceed 100,000.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T05:14:46+00:00Added an answer on May 27, 2026 at 5:14 am

    Before you choose any denormalized design, you must have a solid idea of the queries you’re going to run against the data. Denormalized designs optimize for a certain subset of queries, at the expense of other queries.

    For example, do you need to search for specific tags? If so, you need some way to find tags via an index. Do not use LIKE '%word%' queries to search for substrings; it will run hundreds or thousands of times slower than a query that uses an index.

    Do you need to count occurrences of tags? If so, you need a solution that restricts duplicates. The only design you listed that prevents duplicates is Toxi.

    I wouldn’t use any solution that requires the use of MyISAM FULLTEXT indexes. MyISAM is too fragile and susceptible to data corruption. Don’t store any data in MyISAM that you’re not prepared to regenerate or restore from backup regularly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know there are at least three popular methods to call the same function
There are three tables in my database: apples, refrigerators, and houses. Each apple belongs
Is there a best or more popular database for standalone Java app? I'm currently
Lets say you have a large, popular database-driven website. There are people on the
There are many applications to recognize similar faces. The most popular is Picasa .
I know there are three different, popular types of non-sql databases. Key/Value: Redis, Tokyo
Are there any popular scripts to send invitations to join a website, to user's
There are two things that seem to be popular nowadays and I was wondering
Which popular websites out there support an HTTP based API? I am looking for
There are three Timer classes that I am aware of, System.Threading.Timer , System.Timers.Timer ,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.