MySQL Forums
Forum List  »  Performance

Re: why MySql 8.0.17 Select query performance is slower than Mysql 5.7.26?
Posted by: Peter Brawley
Date: February 06, 2020 06:50AM

> we are retrieving all the data in some regular
> interval of time like once in 12hours,

Extremely inefficient.

Consider options ...

1 add changetime timestamp and query for changes to add to a home copy of the table

2 replicate the table(s)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: why MySql 8.0.17 Select query performance is slower than Mysql 5.7.26?
511
February 06, 2020 06:50AM


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.