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

  • Home
  • SEARCH
  • 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 637743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:39:26+00:00 2026-05-13T20:39:26+00:00

I am creating a site that allows users to share specific pages to the

  • 0

I am creating a site that allows users to share specific pages to the public. It is similar to how jsbin.com let’s you create a public url of the script you’re working on. The basic MySQL table I am working with now is:

CREATE TABLE IF NOT EXISTS `lists` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `hash` varchar(6) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

The key field is the column that holds the random string the user will type at the end of the URL. So, for example, if the user publicized there page with the hash value of a1b2c3 then the URL would be http://mysite.com/a1b2c3

OK, sorry the description took so long. My question is, should I index the hash column? Will this make queries faster, as I am primarily going to look rows up by their hash value?

Also, I have another table that has a foreign key relationship to this one. Does it make sense performance-wise to relate it to the hash column?

Thanks for the help.

  • 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-13T20:39:26+00:00Added an answer on May 13, 2026 at 8:39 pm

    Not only should you index on the hash column, you should probably make it the primary key and get rid of the redundant id column.

    Are there some other tables and/or columns you didn’t list here? This table has little point outside of the created_at column.

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

Sidebar

Related Questions

I'm creating a site that allows users to add Keyword --> URL links. I
I'm creating a site that allows users to submit quotes. How would I go
I'm working on a website that allows users to create an account. One of
I am working on a simple django app that allows users to create posts
The site I'm building allows users to create posts and has a Twitter-like concept
I'm creating a multi-tenancy web site which hosts pages for clients. The first segment
Ok need some help, I have a system I'm creating that will allow users
I am creating a widget that would load in a IFrame and users will
I'm programming a website that allows users to post classified ads with detailed fields
I have built a Ruby on Rails (2.3.8) application that allows users to track

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.