Maximum size of an SQL Database?

Discussion in 'MySQL' started by Rory M, Feb 21, 2010.

  1. #1
    Hey Guys,

    I was wondering what's the realistic maximum size of an MySQL database before it takes an unworkable time to query? Say each record had 3 fields of 32 characters maximum each? How many records would I be able to get before it coughed to a halt?

    Love to hear opinions,

    Rory
     
    Rory M, Feb 21, 2010 IP
  2. pinkretard

    pinkretard Peon

    Messages:
    96
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    How about to create a script that fills such a table and then try different queries to see if it crashes?
     
    pinkretard, Feb 21, 2010 IP
  3. DanielRosca

    DanielRosca Active Member

    Messages:
    158
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #3
    I do not thing it can be a limit. I ran a 2GB SQL Database, and it was working ok, it just depends on how you create your indexes.
     
    DanielRosca, Feb 21, 2010 IP
  4. georgiivanov

    georgiivanov Member

    Messages:
    62
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    25
    #4
    You can easily create 1 master - multiple slaves cluster with MySQL databases. Inserting the data in the master and querying the slaves give you really good performance.

    But as DanielRosca said ... the performance of the database depends on the database design first...
     
    georgiivanov, Feb 23, 2010 IP
  5. anxggxun

    anxggxun Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i think it depends on the database design, how the structure and the table realtionship etc.
     
    anxggxun, Feb 23, 2010 IP
  6. Rory M

    Rory M Peon

    Messages:
    1,020
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks for the opinions. Would someone mind elaborating on the master slave concept?
     
    Rory M, Feb 24, 2010 IP
  7. rayqsl

    rayqsl Active Member

    Messages:
    91
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    53
    #7
    What size do you think your database is going to reach?
     
    rayqsl, Feb 24, 2010 IP