What really is NUMA and why do we as database administrators care?
NUMA stands for “Non-uniform Memory Access” and allows for increased CPU & memory performance. This is because a memory bank is physically adjacent to a CPU socket on the motherboard of the server. Each combination of memory and socket is considered a “node”. If demands of a request (think query) forces it to go outside the bounds of a given node then the request could encounter slower performance.