MySQL Forums
Forum List  »  Spanish

Re: Performance Mysql DataWareHouse
Posted by: Jesús Uzcanga
Date: May 15, 2018 11:06AM

Are you sure that you are modifying the correct file and the correct variable?


Run this script:

SHOW VARIABLES LIKE '%innodb_buffer_pool_size%';

The resulting number is the actual value in bytes so if you want to see it in GB:


value_bytes / 1024 / 1024 / 1024 = value_Gigabytes

___________________________
Ing. Jesús Alfredo Uzcanga
Twitter: @JesusUzcanga

We learn the 20% of what we HEAR,
the 50% of what we SEE,
the 80% of what we DO and
the 95% of what we TEACH.

____________________________________________________________
https://www.linkedin.com/in/jauzcanga/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Performance Mysql DataWareHouse
496
May 15, 2018 11:06AM


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.