mysql max entries?

Discussion in 'MySQL' started by DN48, Jan 16, 2009.

  1. #1
    i wonder how many entries a mysql table can take without having an excessive delay to search inside this table

    let imagine this question for an average table, 4 to 6 fields
    and an average server with linux, 1go RAM

    any idea of the maximum (approx of course)?

    thanks!
     
    DN48, Jan 16, 2009 IP
  2. DN48

    DN48 Peon

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    (and using PHP to use and search an entry from this table)
     
    DN48, Jan 16, 2009 IP
  3. chisara

    chisara Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This can depend on one or more of the following:
    Size of the data
    Spread of your data
    amount of records (logical)
    type of query performed
    indexes
    applicability of the available indexes
    your mysql server
    your mysql tabletype

    The only way to know is to test and to measure for you specific enviroment.
     
    chisara, Jan 19, 2009 IP
  4. DN48

    DN48 Peon

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yes i know, but i want just an idea, based on average parameters

    thanks :)
     
    DN48, Jan 19, 2009 IP
  5. chisara

    chisara Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I am sorry any answer you get would not give you any advice for your scenario. They would give advice based on their scenario and any variation can give you other results.
     
    chisara, Jan 20, 2009 IP