Which two options describe how MySQL Server allocates memory?

Which two options describe how MySQL Server allocates memory?

Which two options describe how MySQL Server allocates memory?

A.
Each thread allocates memory from a global pool.

B.
Global memory resources are allocated at server startup.

C.
Thread memory is pre-allocated up to thread_cache_size for performance.

D.
Each connection may have its own per-thread memory allocations.

Explanation:



Leave a Reply 4

Your email address will not be published. Required fields are marked *