Re: [GENERAL] The fastest way to update thousands of rows in moderately sized table

2015-07-23 Thread Adrian Klaver
On 07/23/2015 01:17 PM, twoflower wrote: Hello, I have a table with 30 million records in which I need to update a single column for a couple of thousands of rows, let's say 10 000. The new column value is identical for all matching rows. Doing |update "TRANSLATION" set fk_assignment where fk_jo

[GENERAL] The fastest way to update thousands of rows in moderately sized table

2015-07-23 Thread twoflower
Hello,I have a table with 30 million records in which I need to update a single column for a couple of thousands of rows, let's say 10 000. The new column value is identical for all matching rows.Doing update "TRANSLATION" set fk_assignmentwhere fk_job = 1000; takes 45 seconds. I understand that