Folks,
We have some big tables (1.2 billion records) and indexing is quite
time consuming. Since we have this running on dual Athlon box, it
would be great to make indices in parallel.
On Postgresql 7.1.3, it seems that the table is locked after the
first "create index" is started up. Is this right? Is there any
way to do this in parallel?
--Martin