Hi!,
I think I was not very clear at my question. Suppose there are 4 threads (T1, T2, T3 & T4) running for a complex query and then someone asks me that "I would like to do a bact insert which is very crucial and needs to be done immediately". So as a DBA I have to run this batch insert and suppose for this informix initiates 1 thread (T5) for this batch insertion. supposing that this complex query is not crucial and can wait, so I would like to bring these 4 threads (T1-T4) in sleep mode so that the only thread running is T5 with full CPU resource and the moment T5 gets over, T1-T4 should start. Need your help.
Thanks
adityanlal
Quote:
Originally posted by dananio
There are 2 parameters to set
NOAGE=1
disable OS aging for oninit process to low priority setting
USEOSTIME=0
use informix internal time
|