MySQL Forums
Forum List  »  General

Re: Particular SQL takes more than 5 hours to run in SQL developer
Posted by: Peter Brawley
Date: May 05, 2016 09:51AM

ODI's query is not optimised for MySQL. To put it mildly. Is ODI use obligatory?

If your version is recent enough to support the query rewriter plugin (5.7.6), it may help, but it incurs an overall performance overhead of its own.

InnoDB table? What is innodb_buffer_pool_size? Should be two-thirds to three-quarters of RAM that is available to MySQL.

Options: ReplyQuote




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.