473,385 Members | 1,912 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.

Maximum column length

Hi there

Does anyone know what is the maximum column length for a table in a
MySQL database? I was thinking of storing feedback in the form of text
in the database. How feasible is this? Would appreciate any insights
or suggestions.

Thank you again

Joe
Jul 19 '05 #1
4 6826

"Joe Goh" <jo****@mail.com> wrote in message
news:33**************************@posting.google.c om...
Hi there

Does anyone know what is the maximum column length for a table in a
MySQL database? I was thinking of storing feedback in the form of text
in the database. How feasible is this? Would appreciate any insights
or suggestions.

Thank you again

Joe

Jul 19 '05 #2

"Joe Goh" <jo****@mail.com> wrote in message
news:33**************************@posting.google.c om...
Hi there

Does anyone know what is the maximum column length for a table in a
MySQL database? I was thinking of storing feedback in the form of text
in the database. How feasible is this? Would appreciate any insights
or suggestions.

Thank you again

Joe

Jul 19 '05 #3

"Joe Goh" <jo****@mail.com> wrote in message
news:33**************************@posting.google.c om...
Hi there

Does anyone know what is the maximum column length for a table in a
MySQL database? I was thinking of storing feedback in the form of text
in the database. How feasible is this? Would appreciate any insights
or suggestions.

Thank you again

Joe


In part, I believe one of the limitations is the table type you are using...
I am using the latest version 3 and have the MySQL windoze "chm" help file
which says:

"The maximum size of a BLOB or TEXT object is determined by its type, but
the largest value you can actually transmit between the client and server is
determined by the amount of available memory and the size of the
communications buffers. You can change the message buffer size, but you must
do so on both the server and client ends."

Its unlikely your feedback form though will hit the limit - I have a guest
book on my girlfriends website that I have limited to 2000characters (using
PHP I perform a substr() to get the first 2000). But I believe in theory I
could get away with megabytes (millions of characters) of text.
Jul 19 '05 #4

"Joe Goh" <jo****@mail.com> wrote in message
news:33**************************@posting.google.c om...
Hi there

Does anyone know what is the maximum column length for a table in a
MySQL database? I was thinking of storing feedback in the form of text
in the database. How feasible is this? Would appreciate any insights
or suggestions.

Thank you again

Joe


In part, I believe one of the limitations is the table type you are using...
I am using the latest version 3 and have the MySQL windoze "chm" help file
which says:

"The maximum size of a BLOB or TEXT object is determined by its type, but
the largest value you can actually transmit between the client and server is
determined by the amount of available memory and the size of the
communications buffers. You can change the message buffer size, but you must
do so on both the server and client ends."

Its unlikely your feedback form though will hit the limit - I have a guest
book on my girlfriends website that I have limited to 2000characters (using
PHP I perform a substr() to get the first 2000). But I believe in theory I
could get away with megabytes (millions of characters) of text.
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Joe Goh | last post by:
Hi there Does anyone know what is the maximum column length for a table in a MySQL database? I was thinking of storing feedback in the form of text in the database. How feasible is this? Would...
8
by: Hal Vaughan | last post by:
Is there a maximum length for Javascript program lines? What about strings? Is there a limit on string length? I found some references that said the maximum string length was 256 characters,...
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...
1
by: Jens Riedel | last post by:
Hello, we are planning to port an application from one database to different others, including DB2. While reading the GettingStarted document for DB2 Personal Edition I got a little confused...
2
by: Kums | last post by:
What is the maximum permissible size of a database? Is there any limitation. What is the maximum # of tablespace's allowed in a database? Thanks for your response.
2
by: RKSpangler | last post by:
Greetings: Is there any way to determine the maximum width of all data elements in a particular column in a table? Sorting a column won't do it, of course, since it will use a collating...
2
by: Woody Ling | last post by:
I am now using db2 v8.2 64bits without DPF. I want to create a very large table which is about 1000G and the record length is suitable for 32K page size. I find in the manual that the maximum size...
0
by: Ramu528 | last post by:
Friends, I am working on excel sheet. i populated gridview with excel sheet data. the gridview has one column. have to find out the maximum length of String in that column. For example:...
53
by: Gianni Mariani | last post by:
Do you have a preference on maximum line width for C++ code? I've seen the craziest debates on this most silly of topic. I have witnessed engineers spent oodles of time fiddling with line...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.