Just 2 questions about Sql.
#2

1) I don't believe there's a particular limit. Just what your (physical) server can handle. Let's take these forums for example. Each page request takes approximately 12 queries. There are 900 users online. You do the math.
2) The hard upper limit is 1000 columns (InnoDB). However, I wouldn't use more than 30-ish for one table. Don't make too many columns. Make more tables and more rows instead. Then use joins to assemble the data you want from the different tables.

See my tutorials on database normalization here and here. The second one may be a bit easier to follow because it has images.
Reply


Messages In This Thread
.... - by Guest4390857394857 - 28.04.2014, 18:11
Re: Just 2 questions about Sql. - by Vince - 28.04.2014, 20:10
.... - by Guest4390857394857 - 29.04.2014, 04:50
Re: Just 2 questions about Sql. - by Vince - 29.04.2014, 07:12
.... - by Guest4390857394857 - 29.04.2014, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)