Create New Index leva muito tempo após o Gresql

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