NUMA

None Uniform Memory Access

NUMA is a very important concept that helps making servers with a lot of CPUs or Cores run faster by splitting memory into local (directly connected to the CPU) and remote (not directly connected to a CPU).

If an application like SQL Server is NUMA aware and the DBAs configure the system right than this feature can gain you a lot of performance especially in consolidation scenarios.