Is 10.2 slower for you?

Phil (OmnisList) phil at pgpotter.co.uk
Fri Dec 11 16:51:14 EST 2020


Hi Das,

Recently noticed that as the libpq can now do SSL connections, when you 
are not using them, the SQL stuff slows down immensely.

If however you set the options of the connection to disable, then the 
speed returns.
Do pObjRef.$options.$assign('sslmode=disable')

Its probably trying to setup SSL connection, fails, so then tries a non 
SSL connection, and succeeds, but wastes time failing in the first place.

regards
Phil Potter
Based in Chester in the UK.

On 26/11/2020 18:42, Das Goravani wrote:
> Dear All,
>
> For me Studio 10.2 is slower than predecessors.. do you find that to be true.. it makes my really fast Mac feel slow.. my library hasn’t changed.. I didn’t change anything for 10.2.. just running it the same as before.. and things are slower..
>
> Just wondering if anybody else finds this to be true or if it’s only me.
>
> Das
>


More information about the omnisdev-en mailing list