473,385 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

What is the maximum number of rows and columns in MYSQL table database.

Brothers in the house.

I plan developing an online database application with PHP and MYSQL. In my database design structure, I plan to have maximum of 50 columns and maximum of 20,000 rows in a certain table.

But then I will to like have the experience of the members in the house. What exactly is the maximum number of rows and columns in a MYSQL database table. I will be glad to receive if there is any other restriction(s)/limit(s) attached to number of rows and columns in a database.

Thank you for your contributions.

Peter.
Sep 3 '10 #1
4 9077
JKing
1,206 Expert 1GB
Both of these will depend on which storage engine you choose to use and what kind of data you are storing.

For the columns you can go here: Column Count Limit

If you are just storing mostly text and integers you really have nothing to worry about. 50 Columns and 200,000 rows really isn't all that much and shouldn't be a problem.

For example the MyISAM engine(default engine) can store by default 2^32 rows. That's 4,294,967,296 rows. That's a lot of rows! That can be extended to 2^64 by setting some options during the build.
Sep 3 '10 #2
kovik
1,044 Expert 1GB
I'd imagine you could extend your database to hold as much data as you want. On the lowest level, your data is stored in files. If you have space on your file system for it, then you should be able to extend your limits as far as you have space for.
Sep 3 '10 #3
Dear JKing and kovik, Thank you for the tutor and the reference. I got a good material on the reference

http://dev.mysql.com/doc/refman/5.0/...unt-limit.html.

I appreciate u brothers.
Sep 4 '10 #4
wizardry
201 100+
i would split those columns out no more then 30 if at all possible. just think of your model as a giant 3d jig saw puzzle.

split = ( if the data is relevant and can be used/access more then once ( more redundant designs ) )

here is an article on redundancy:
http://www.databasedev.co.uk/data-redundancy.html

best of luck!
Sep 8 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Neil Zanella | last post by:
Hello, I would like to know whether having a <table> element with two <tr> elements each containing one <td> elements and two <td> elements, respectively, is legal from the point of view of...
3
by: Dave Crypto | last post by:
Hi There, SUMMARY: I need to know what the actual maximum date limit possible on a row of a MYSQL database. MORE DETAILS: For example, does a MYSQL database only allow 4032 bytes of data...
19
by: cover | last post by:
Is there a restriction to the number of fields you can work with in a PHP to MySQL connection? I'd used as many as 15 quite a few times and now I have a form with 34 fields and can't seem to get...
9
by: Dejan | last post by:
Hy, Sorry for my terreble english I have this simple code for deleting rows in mysql table... Everything works fine with it. So, what do i wanna do...: my sql table looks something like...
10
by: eholz1 | last post by:
Hello Members, I am setting up a photo website. I have decided to use PHP and MySQL. I can load jpeg files into the table (medium blob, or even longtext) and get the image(s) to display without...
9
by: bill | last post by:
I am sure there must be an easy way to determine the number of rows in a table, but I can't find it. I appreciate the courtesy and patience ng members have shown this mysql novice. bill
11
by: kennthompson | last post by:
Trouble passing mysql table name in php. If I use an existing table name already defined everything works fine as the following script illustrates. <?php function fms_get_info() { $result =...
3
by: ankitamca85 | last post by:
query to get number of columns in table ???????????
1
by: Dilip1983 | last post by:
Hi Experts, 1.What is the maximum number of columns that are permissible to create a table in Oracle? 2. What is the difference between Correlated Subquery and Nested Subquery? Thanks &...
0
by: ny2292000 | last post by:
I tried to read in a text file with fixed width using import wizard on both versions of MSAccess (2003/2007). I created a table for the data and then started the tedious job of adding all fields...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.