The output of lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 96
On-line CPU(s) list: 0-95
Thread(s) per core: 2
Core(s) per socket: 24
Socket(s): 2
I have 96 virtual CPUs. If I execute 300 parallel threads in JAVA code for DML operation and all 300 are hitting the DB at same time that means , only 96 will be executing at the same time and rest of 204 threads will be in waiting ? May be the waiting time would be fraction of second? Is my understand correct?