Hello. > I don't think so. Postgres spawns a single process for each connection, > so each connection is going to be confined to a single core. Thanks for your answer. I know that I can use a connection pooler to involve early created connections. Can poolers balance queries coming from my connection among a few physical connections to DB? -- Sergey.