Explain about indices of PostgreSQL?



Explain about indices of PostgreSQL?..

Answer / madhub

There are built in functions such as B-tree, hash table, and GIST indices can be used or users can define their own indices. PostgreSQL can scan the index backwards. Expression index could be created with the result of an expression. Partial index created with addition of WHERE clause.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is pg_toast?

0 Answers  


Which is faster mysql or postgresql?

0 Answers  


How do I remove all rows from a table?

0 Answers  


What is medical indexing?

0 Answers  


What is pg_catalog?

0 Answers  


What is pg server?

0 Answers  


Where is pg_hba conf file?

0 Answers  


How do I change the default port for postgresql?

1 Answers  


How do I start pgadmin 4 on windows?

0 Answers  


What is the schema of a table?

0 Answers  


Does postgres support clustering?

0 Answers  


Does unique index improve performance?

0 Answers  


Categories