MySQL Forums
Forum List  »  General

Re: Use AWS or Personal Laptop for Performance?
Posted by: Peter Brawley
Date: April 08, 2018 06:56PM

Leaving WorkBench aside and assuming equivalent RAM, a modern laptop should be much faster than AWS over a wire

Query performance depends heavily on settings, RAM and query efficiency. Assuming your tables are InnoDB, how much RAM is available to each DB, what is innodb_buffer_pool_size in each system, and what does Explain say about the efficiency of the queries? To understand slowing performance, compare Show Engine Innodb output after each query run.

Options: ReplyQuote


Subject
Written By
Posted
Re: Use AWS or Personal Laptop for Performance?
April 08, 2018 06:56PM


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.