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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:53:47+00:00 2026-05-12T08:53:47+00:00

I am wondering at which point would my MySQL table be considered too big.

  • 0

I am wondering at which point would my MySQL table be considered too big.

The table is this:

  • id
  • customer_id (int)
  • value (float)
  • timestamp_1 (datetime)
  • tmestampt_2 (datetime)

so the row size is not too great, but would be constantly being added. In my estimation I am looking at around 17000 new rows a day, so about 500,000 a month. The data is likely to be polled quite constantly in large quantities.

Should I be looking at ways to split this or am I still OK at this point?

Thanks,

  • 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-12T08:53:47+00:00Added an answer on May 12, 2026 at 8:53 am

    From http://dev.mysql.com/doc/refman/5.0/en/full-table.html:

    The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL internal limits.

    From the table in the linked article, on FAT/FAT32 systems and Linux pre 2.4, the maximum file size is 2-4 GB, on all other systems listed, the max file size is at least 2TB.

    So long as you index your table correctly, there shouldn’t be too much slowdown as your table grows. However, if your table grows to the extent that you do notice any slowdown, it might be an option for you to archive off old records periodically.

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

Sidebar

Related Questions

I am wondering which way would end up being faster, selecting elements by: $('element[href=#my_link]');
I was just wondering which would be cheaper, using a try catch block for
I was wondering which would be the most efficient approach to implement some kind
I was wondering if there is a way to make an array which would
This is more of a preference but I was wondering what people think would
I am just wondering which of these would be better to use in a
In an application which is GPU bound, I am wondering at what point the
I'm wondering about how you would implement an effect similar to this one implemented
i'm relatively new to this and was wondering if anyone could point me in
Just wondering which is faster: DELETE FROM table_name WHERE X='1' DELETE FROM table_name WHERE

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.