|
-
Oct 20th, 2003, 04:26 AM
#1
Searching large text fields [concluded]
Suppose there's a MySQL table that has a BLOB field storing a huge amount of text. Further, suppose I were to perform a search on that table, looking for some specific word.
Would MySQL handle it well? What I imply by this question is, is it OK to have large text fields in a table, and perform queries on them, or would it be safer to have, instead of the large text field, a path to a text file containing all that text?
Tell me if I'm not clear enough.
Last edited by mendhak; Oct 21st, 2003 at 01:00 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|