Re: how to efficiently update tuple in many-to-many relationship? - Mailing list pgsql-performance

From Tom Lane
Subject Re: how to efficiently update tuple in many-to-many relationship?
Date
Msg-id 14019.1176155022@sss.pgh.pa.us
Whole thread Raw
In response to how to efficiently update tuple in many-to-many relationship?  (Drew Wilson <drewmwilson@gmail.com>)
Responses Re: how to efficiently update tuple in many-to-many relationship?  (Drew Wilson <drewmwilson@gmail.com>)
List pgsql-performance
Drew Wilson <drewmwilson@gmail.com> writes:
> I have 2 tables (A,B) joined in a many-to-many relationship via a
> join table ("membership"), where updating table A based on table B
> takes a very long time.
> ...
>     ->  Function Scan on a  (cost=0.00..12.50 rows=1000 width=4)

I think you've left out some relevant details ... there's nothing
in what you said about a set-returning function ...

            regards, tom lane

pgsql-performance by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: join to view over custom aggregate seems like it should be faster
Next
From: "Craig A. James"
Date:
Subject: Re: DELETE with filter on ctid