do I store long strings in tables or in a separate text file?

Posted by user296516 on Stack Overflow See other posts from Stack Overflow or by user296516
Published on 2010-05-16T09:27:09Z Indexed on 2010/05/16 9:30 UTC
Read the original article Hit count: 255

Filed under:

Hi guys, I have a table where fields are 40 varchars long, but from time to time I would have to store text ( 250-1000 characters long ) there. What would be the best solution, to try and fit it into the table or just make a separate text file associated with each table?

Thanks!

© Stack Overflow or respective owner

Related posts about mysql