|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Looking for advice on how to handle long strings. I need to accomidate entries that are between about 4000 and 16000 chars long. I've heard some bad stuff about blobs, but I'm still open to using them. Another possibility I thought of is adding an "order" field to my table, making the place that holds the text a constant 4000 chars, and making the index number on the table not be unique. Any thoughts?
|
|
#2
|
|||
|
|||
|
What have you heard reguarding BLOBs? Without second thought I'd go with a BLOB column, it would be much faster and more efficient then using multiple TEXT columns.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Handling long strings |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|