how does the MySQL get space for database? I want to find out how many records can be inserted into each table of database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
MySQL stores content in files, usually inside the normal file system. The maximum file size is only limited by the file system, modern file systems have no limit here you will match. So the answer to your real question is: you can add more records than there are sand corns inside this solar system.
There are exceptions to this, for example special storage engines. But the answer should be correct for typical use cases.