Jump to content

Mysql 5.0.90 around 500 columns question


dsp77

Recommended Posts

Hello,

I'm working with an application that needs to create around 500 columns in a table. My question is what will happen when some dozen people will select/insert into the table, does it affects performance (the server has big amount of resources 6core 5gigs ram and the mysql version is 5.0.90), does it crash. I know that the limit is 4096 according to mysql documentation.

I know this isn't a practical solution but there is another app (that i cannot modify) witch requires to read the table with all columns.

Thank you

Link to comment
https://forums.phpfreaks.com/topic/232171-mysql-5090-around-500-columns-question/
Share on other sites

to be more clear ill create the table with 500 empty cols

id=>primary auto increment INT(11), data1 ......... data500=>varchar(255).

The query's will be like:

insert into table data1....data500

update based on id

and select based on id

that's all no joins or other complex query's

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.