0

I have a innoDB database with size of about 40GB.
The text-only tables overall have around 10MB and the rest of the size belong to blobs.
Is it better to load the text-only tables into the memory at startup.
If it is useful how can I do it?
Thanks in Advance

1 Answer 1

2

Putting anything into memory competes with InnoDB's favorite way of caching data -- the innodb_buffer_pool_size.

Bottom line: You might get some improvement. But don't bother going to the extra effort.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.