Créer un nouvel index prend de longues postgresql

Create index with concurrency : 
CREATE INDEX CONCURRENTLY users_name_idx ON users(name);
Julianto Tjan