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.
Thread memory is pre-allocated up to thread_cache_size for performance.

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

C.
Global memory resources are allocated at server startup.

D.
Each thread allocates memory from a global pool.



Leave a Reply 2

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