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