SteveDirschelTR

Results 3 issues of SteveDirschelTR

Running a test generating load on source side. I can query pg_stat_statements and see the inserts/updates/deletes I executed. On the destination side I know changes are replicating across because this...

Environment/Setup: Aurora Postgres. dbtest=> select version(); version ------------------------------------------------------------------------------------------------- PostgreSQL 14.5 on x86_64-pc-linux-gnu, compiled by x86_64-pc-linux-gnu-gcc (GCC) 7.4.0, 64-bit (1 row) dbtest=> select name, setting from pg_settings where name like '%cron%';...

I have a query that is joining into an EXISTS clause using a Hash Semi Join. I think it will perform better if it would use a Nested Loop Semi...