[PERFORM] Row-level security performance - Mailing list pgsql-performance

From Jason Borg
Subject [PERFORM] Row-level security performance
Date
Msg-id MEXPR01MB1334F05EE1638E9188A9E69094470@MEXPR01MB1334.ausprd01.prod.outlook.com
Whole thread Raw
List pgsql-performance
Hi,

I see in the v10 release notes (2017-10-05) that there's been a change to "Improve performance of queries affected by
row-levelsecurity restrictions". I am using RLS in a Postgres 9.5 database and am seeing some very bad performance when
joiningtables. Upgrading this DB to v10 shows a huge performance increase in some cases where RLS has proven to be an
issue,but not all. 

I see here (https://www.postgresql.org/message-id/14730.1508278004%40sss.pgh.pa.us), that Tom Lane (author of the
commitfor the aforementioned release note) remarked on 2017-10-17: "I would *not* recommend RLS if you can equally well
stickthe equivalent conditions into your queries.  There is way too much risk of taking a serious performance hit due
toa bad plan." 

What's the current advice, and future plans for row-level security performance optimisations?
Though things have improved in v10, is there likely to always be that risk of a bad plan arising?

Regards,
Jason Borg.


--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

pgsql-performance by date:

Previous
From: Steve Atkins
Date:
Subject: Re: [PERFORM] postgresql tuning with perf
Next
From: Purav Chovatia
Date:
Subject: Re: [PERFORM] postgresql tuning with perf