Re: [PERFORM] CREATE INDEX uses INDEX ?

2015-03-08 Thread Guillaume Lelarge
2015-03-08 10:04 GMT+01:00 Nicolas Paris : > Thanks. > > Then, > Is it a good idea to run multiple instance of "create index on tableX" on > the same time ? Or is it better to do it sequentially ? > In other words : Can one seq scan on a table benefit to multiple create > index stmt on that table

Re: [PERFORM] CREATE INDEX uses INDEX ?

2015-03-08 Thread Nicolas Paris
Thanks. Then, Is it a good idea to run multiple instance of "create index on tableX" on the same time ? Or is it better to do it sequentially ? In other words : Can one seq scan on a table benefit to multiple create index stmt on that table ? Nicolas PARIS 2015-03-07 12:56 GMT+01:00 Guillaume L