MySQL Forums
Forum List  »  Stored Procedures

Re: Table Not Updating
Posted by: Peter Brawley
Date: April 27, 2016 02:29PM

> added an index to cusotmers.customerID and salesLedger.customerID and join statement only takes 0.45 secs !!

Indeed.

And increase innodb_buffer_pool_size to about two-thirds of the amount of RAM available to MySQL (eg if there is 8GB and other software typically uses 2GB, try innodb_buffer_pool_size=4G.

And the tables need normalising, eg all dependent groups (eg multiple address lines, quotation_mon...fri &c) need to be projected out to their own child tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
2761
April 27, 2016 07:22AM
735
April 27, 2016 08:15AM
920
April 27, 2016 11:56AM
809
April 27, 2016 12:27PM
887
April 27, 2016 12:44PM
878
April 27, 2016 01:35PM
899
April 27, 2016 01:51PM
777
April 27, 2016 01:56PM
Re: Table Not Updating
959
April 27, 2016 02:29PM


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.