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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:18:54+00:00 2026-05-30T16:18:54+00:00

I have a table called clicks which records mouse clicks around a website. The

  • 0

I have a table called clicks which records mouse clicks around a website. The schema looks like this:

enter image description here

There are 3 main queries run on this data:

  • “SELECT * WHERE pageid = xxxx”
  • “SELECT * WHERE visitorid = xxx AND pageid = xxxx”
  • “SELECT visitorid, MIN(time) AS mintime WHERE pageid = xxxx GROUP BY visitorid”

In the future I might use maintestid in queries too. So this would look like:

  • “SELECT * WHERE maintestid = xxxx”

So I’ve added 2 indexes to the table for both these queries along with the primary key like so:

enter image description here

I have 3 questions:

  1. Is this primary key useful at all being like this? Or should I make it the ID column only?

  2. Is the pageid index useful at all? Or will it be just as fast if all queries for pageid are be handled by the pageid_visid index?

  3. When I want to search via maintestid in the future, should I just add an index on the maintestid column, or something different?

  • 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-30T16:18:56+00:00Added an answer on May 30, 2026 at 4:18 pm
    1. The primary key is NOT useful like you have it – the other columns of that index will never be used. Just make it on the id column only
    2. The pageid only index is slightly useful in that its entries will fit on less index pages, but I would drop it and let mysql use the other pageid-based index (do a benchmark test to confirm)
    3. Yes – define your indexes to match your important queries
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a table called category in which i have main category ids and
I have a table called BlogPost which has a 1-to-many relationship with the Comment
I have a table where a user clicks on image to block/unblock user. which
Ok... I have a database table called employees.. This has columns called ID, Name,
I have a database table called Posts which stores all the information regarding an
I have a table called products in a MySQL database. products looks some what
We have a table called Contracts. These contract records are created by users on
I have table in my SQL Server database called OrderDetail which stores the order
I have table called stats . In am inserting yes or no in the
I have a table called OffDays, where weekends and holiday dates are kept. I

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.