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 6986445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:48:34+00:00 2026-05-27T18:48:34+00:00

I am building a tagging system (think post tagging in a blog) that will

  • 0

I am building a tagging system (think post tagging in a blog) that will use two tables in mysql.

First table will have:

  • tag_id (int)
  • tag (varchar)

Second table will have:

  • tag_id
  • post_id (to link them)

When adding a tag, the first thing I want to do is check if the tag already exists in the first table.

How to do that in the most efficient way? Should I just do

SELECT tag_id from tags where tag = 'atag'

If so, what is the best way to index the tag field?

Is it more efficient if I create a third field with a hash of the tag and index and search that?

I expect the number of tags to grow into the hundreds of thousands.

  • 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-27T18:48:35+00:00Added an answer on May 27, 2026 at 6:48 pm

    Since

    • tags are relativly short
    • you want tags to be unique

    I’d say a normal unique index on tags.tag is the way to go.

    Additionally, since a few tags will account for a big part of the tag cloud you might want to consider LRU-caching them in RAM.

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

Sidebar

Related Questions

Building a commercial product may use various open source libraries that have use of
Building a rails B2B application that will have various users. I'm pretty clear on
building a site using PHP and MySQL that needs to store a lot of
Building my first SL MVVM application (Silverlight4 RC) and have some issues i don't
First some background: I already have a Result class that I've implemented to carry
I'm building a tagging system in Django and would like to allow spaces and
First post, please be kind. NOTE: I have reviewed entry #20856 (how to implement
Building my first WP theme and I quickly realized that I need to remove
I am building a suggestive tagging system (sounds seedy), I pass in a string
I am building my first complex app (in RoR) and as I think about

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.