this is really a mysql question rather than php but as the two are used
togeter closely I hope someone will be able to advise me
basically I am wondering how the addition of many large text field to a
database effect it's speed (file size isn't a problem) for example i want to
make my site database driven so am using mysql but some pages have large
chunks of text in them, I think any my sql field canhold a max of 255 chars
so if i split the text into say 4 lots of 255 that would cover the remit for
the text say.
If a lot of these are fields are quite full, will it effect the speed the
database is acessed at or not?
hope that makes sense
Chris
--
=+=+=+=+=+=+=+= +=+=+=+=+=+=+=+ =+=+=+=+=+=+=+= +=+=+=+=+=+=+=
Chris Dean, Schools Outreach Project, Vega Science Trust
University of Sussex, Falmer, Brighton. East Sussex. BN1 9QJ. UK.
Tel.: +44 (0) 1273 87 72 93
Email: kaur1@sussex.ac .uk
Web: www.vega.org.uk
=+=+=+=+=+=+=+= +=+=+=+=+=+=+=+ =+=+=+=+=+=+=+= +=+=+=+=+=+=+=
togeter closely I hope someone will be able to advise me
basically I am wondering how the addition of many large text field to a
database effect it's speed (file size isn't a problem) for example i want to
make my site database driven so am using mysql but some pages have large
chunks of text in them, I think any my sql field canhold a max of 255 chars
so if i split the text into say 4 lots of 255 that would cover the remit for
the text say.
If a lot of these are fields are quite full, will it effect the speed the
database is acessed at or not?
hope that makes sense
Chris
--
=+=+=+=+=+=+=+= +=+=+=+=+=+=+=+ =+=+=+=+=+=+=+= +=+=+=+=+=+=+=
Chris Dean, Schools Outreach Project, Vega Science Trust
University of Sussex, Falmer, Brighton. East Sussex. BN1 9QJ. UK.
Tel.: +44 (0) 1273 87 72 93
Email: kaur1@sussex.ac .uk
Web: www.vega.org.uk
=+=+=+=+=+=+=+= +=+=+=+=+=+=+=+ =+=+=+=+=+=+=+= +=+=+=+=+=+=+=
Comment