PostgreSQL Index Type
postgreSQL Index Type Version Info : PostgreSQL(Ver 9.6) B-tree Default Tree 방식 hash 동등 비교 최적화 GiST(Generalized Search Tree) 지역 분석 최적화 참조: https://www.postgresql.org/docs/9.2/static/gist.html GIN(Generalized Inverted Index) 여러값을 하나의 Row에 맵핑(Arrays and full-text searchs 이용) 참조: https://www.postgresql.org/docs/9.2/static/gin.html SP-GiST(Space-Partitioning Generalized Search Tree) 인-메모리 최적화, 파티셔닝 ..
Database for RDB/PostgreSQL
2020. 5. 6. 16:31