On 6-12-2016 03:59, [email protected] [firebird-support] wrote: > During project development/testing or database maintenance, such as > backup/restore, mostly, there is only 1 connection to FB Server. > > I have 6 core processors and during those process, cpu's utilization is > about 16%. I knew, this is because there is only 1 connection to FB > server, 2 connections will raised cpu's utilization to 32% and so on. > > Is it possible to force Firebird to use max. cpu utilization when there > is only 1 connection?
No, that is not possible. A single connection generally only has 1 thread, and that means that at most it can fully utilize one core. One core of a 6 core machine is 16%, so your CPU utilization with a single connections is max 16% (ignoring background threads, etc). Mark -- Mark Rotteveel
