Hello,
I have created this script that does lot of writes to a single global. DB write performance is much slower than expected (compared to another similar systems).
set rec = "..." //fill it with something
set time = $piece($horolog,",",2)
while(($piece($horolog,",",2)-time) < 30) //30 seconds
set ^A($System.Util.CreateGUID()) = rec
}I have notified the following :
- CPU usage does not reach 100% on a single core (eg: 25% of total CPU usage should be seen on a 4 cores system).






.png)
.png)

