Re: mysql 8.0.27 went crash
Not sure why your posts triggered the approval switch.
It's a busy, underpowered system.
> > Slow queries/sec 0
Turn on the slow query log, optimise the slowest queries.
> Full table scans/sec 240.63
> Table scan next row seeks/sec 138037.52
These numbers indicate there are many slow queries where MySQL can't find suitable indexes, ie the queries need optimisation including covering indexes.
> Total InnoDB load / buffer pool size 14.23
InnoDB load is 14 times the buffer pool size. Unsustainable. Until you can arrange for more RAM, bump innodb_buffer_pool_size to 24GB. If it's my system with this load, I want 128GB RAM, buffer pool about 100GB.
> Mins between InnoDB log rotation 4.91
Best is about 30 mins, change settings accordingly.
Subject
Views
Written By
Posted
2339
April 19, 2022 07:09PM
673
April 19, 2022 10:58PM
642
April 20, 2022 01:41AM
543
April 20, 2022 01:50AM
633
April 20, 2022 10:19AM
590
April 20, 2022 06:20PM
541
April 20, 2022 06:53PM
523
April 23, 2022 06:52PM
Re: mysql 8.0.27 went crash
570
April 25, 2022 12:22AM
571
April 25, 2022 05:50AM
617
April 25, 2022 09:48AM
582
April 25, 2022 08:36PM
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.