Re: slow update-join query
Sorry for the confusion. I actually updated my query with the correct column names so that everything else makes sense. I left the column names as is for the columns that are being used in the query. Pasting the actual query again.
update table1 a, table2 t set a.current_version = 1 where a.source_article_id = t.source_article_id and a.version = t.max_version;
Can you please reanalyze my previous reply with this query in mind. And also, please see the note about ranged queries I tried. I didnt change anything in the table schema before I ran those, Any insights into why the 10 mil ranged query was fast enough but the entire query wasn't - will be helpful. Thanks!
Subject
Views
Written By
Posted
225
June 07, 2022 12:55PM
104
June 07, 2022 02:27PM
Re: slow update-join query
92
June 07, 2022 03:26PM
102
June 07, 2022 05:06PM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.