Results 1 to 12 of 12

Thread: Searching large text fields [concluded]

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width