Subject | Re: ORDER BY on large VARCHAR columns |
---|---|
Author | robert_difalco |
Post date | 2004-10-26T21:31:44Z |
It's interesting that there are no standard solutions for this. I
was certain Helen would have an easy sure fire way to ORDER BY
quickly with large un-indexable VARCHARs.
So, how about quick ordering by a BLOB field? Anyone have some good
solutions for that? I could always make this field a BLOB instead of
a large VARCHAR.
was certain Helen would have an easy sure fire way to ORDER BY
quickly with large un-indexable VARCHARs.
So, how about quick ordering by a BLOB field? Anyone have some good
solutions for that? I could always make this field a BLOB instead of
a large VARCHAR.