Jump to content

[SOLVED] Should I be thinking about Optimization?


NeoMarine

Recommended Posts

I have a mysql table which records every view on a certain page, basically it tracks the viewers I.P address, the page ID, the date, etc.

 

I am curious if maybe this was a poor approach... I'm wondering what kind of number of records MYSQL can handle before it gets noticeably slow.

 

So far there are 11,893 total entries into the table, over a period of about 3 months, however I expect it will only grow at an increased rate and I'm curious if perhaps I should simply change the design to tracking the views some other way..

 

What do you suggest?

Link to comment
Share on other sites

11,893 records isn't an exsuperent number but its on its way.

 

I wouldn't even go that far. I'm constantly working with MySql tables with well over half a million records in them with relatively little delay. It comes back to how well indexed your table is and what type of queries you are running against it. Fenway would probably be the best to really answer this, but in my experience, I haven't noticed significant delays on well indexed tables until it gets into the hundreds of thousands of unique records in those that are actively queried.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.