MySQL Forums
Forum List  »  InnoDB

Re: mysql got signal 6 and restarted twice in last 2 days
Posted by: Peter Brawley
Date: February 26, 2017 11:56AM

> CREATE TABLE `tbl_c` ( ...

Yikes. Has it been shown conclusively that this partitioning scheme substantially improves search performance on the table?

Let's see the queries that raise the fatal error.

Suggested reading on partitions:
http://dba.stackexchange.com/questions/6607/how-does-table-partitioning-help
http://mysql.rjweb.org/doc.php/deletebig

> Swap: 49151 3601 45550 :

Yikes. You need that at zero.

> innodb-buffer-pool-size = 60G

80% of RAM is a bit high. Closer to 70% would be better.

From these numbers, it appears you need considerably more RAM.

> key_buffer_size | 33554432

Unless you're using MyISAM, that's a waste of RAM.

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.