Re: Update from other tables slow - Mailing list pgsql-novice

From Tom Lane
Subject Re: Update from other tables slow
Date
Msg-id 11330.1201575404@sss.pgh.pa.us
Whole thread Raw
In response to Update from other tables slow  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
List pgsql-novice
"Carlo Stonebanks" <stonec.register@sympatico.ca> writes:
> Is there anything wrong with this UPDATE statement?

> update mdx_core.provider
> set
>    middle_name = fix.middle_name,
>    display_name = fix.display_name
> from mdx_import._fix_mnames as fix
> where provider.provider_id = fix.provider_id;

Who's to say?  You haven't showed us EXPLAIN data nor mentioned what
PG version you are running.

I'd ask for EXPLAIN ANALYZE, but if you aren't willing to wait for the
query to finish, that's a non-starter.  It would be good to show EXPLAIN
ANALYZE output for the variant that does finish, though.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Andrej Ricnik-Bay"
Date:
Subject: Re: maths functions and spreadsheet
Next
From: e-letter
Date:
Subject: Re: maths functions and spreadsheet