Postgres Cara mengindeks kolom

        
             
         
CREATE INDEX index_name 
ON table_name(column_name);
Muddy Mockingbird