# [EMAIL PROTECTED] / 2003-06-16 15:23:21 -0500:
> I thought it was written in English....It wasn't?

    It was written in English, but your MUA labeled it as being encoded
    with ks_c_5601-1987. Is that a Korean charset? Non-broken MUA will
    obey the header, and display it as though it was encoded with that
    charset: the result is garbage.

> And I'd like to know if, to use pure SQL is more efficient than to
> parse the multiple values in one field?
> What if the amount of the database is really huge? How about the
> performance speed comparing with the method using
> composite key tables as you suggested?

    That depends on your needs, the ways that you use the data.
    I'd certainly recommend that you:

        * try both ways, and study the output of EXPLAIN for the
          respective queries
        * read up on normalization

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to