Re: [PERFORM] Adding new field to big table

2014-03-14 Thread Jeff Janes
On Fri, Mar 14, 2014 at 10:06 AM, acanada wrote: > Hello Jeff, > > The lock time is not a problem. The problem is that takes too much time. I > will need to add more fields to this table in the near future and I'd like > to know if the process can be accelerated by any parameter, workaround or >

Re: [PERFORM] Adding new field to big table

2014-03-14 Thread acanada
Hello Jeff, The lock time is not a problem. The problem is that takes too much time. I will need to add more fields to this table in the near future and I'd like to know if the process can be accelerated by any parameter, workaround or whatever... Thank you for your answer. Cheers, Andrés El

Re: [PERFORM] Adding new field to big table

2014-03-14 Thread Jeff Janes
On Fri, Mar 14, 2014 at 4:30 AM, acanada wrote: > Hello, > > I'm having time issues when adding new fields to a big table. I hope you > can point me some hints to speed up the updates of a table with 124 million > rows... > > This is what I do: > > First I create a tmp_table with the data that wi

[PERFORM] Adding new field to big table

2014-03-14 Thread acanada
Hello, I'm having time issues when adding new fields to a big table. I hope you can point me some hints to speed up the updates of a table with 124 million rows... This is what I do: First I create a tmp_table with the data that will be added to the big table: \d+ svm_confidence_id_tmp