Moving TEXT/BLOB to another table?

wxdqz

New Member
Right now, I have 3 fields defined as VARCHAR. 1 field is defined as BLOB. Would queries run faster if I moved the BLOB field to another table , converted the 3 VARCHAR fields to CHAR and used a JOIN instead?

Thanks,
Doug
 
Back
Top