How to figure out if mysql index fits entirely in memory

Viewed 14462

Is there a way to determine whether a mysql index fits entirely in available memory? If so, how would I:

  • Determine size of mysql indexes
  • Determine available memory for the application
  • Determine if the indexes fit entirely in memory
2 Answers
Related