MySQL Forums
Forum List  »  Performance

Re: large multiple table update taking a very long time, help!
Posted by: Jason Hines
Date: April 19, 2009 07:59AM

Sorry, to answer your question about what fields I have to select, essentially I need to select all the fields from table3 given a class_id ... including the text fields. That's why I currently have them thrown in a single table. I found joins to be very slow with large tables. I also need to select rows based on id as well (primary key) for some other cases.

What would be the effect of switching the text fields to a varchar with an arbitrarily large size?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: large multiple table update taking a very long time, help!
2246
April 19, 2009 07:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.