PostgreSQL 9.5 new feature - BRIN (block range index) index

前端之家收集整理的这篇文章主要介绍了PostgreSQL 9.5 new feature - BRIN (block range index) index前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Postgresql 9.5新版本出现一个新的索引,记录一下,更多信息参考官方和专家测试。


截止目前,Postgresql可以支持btree,hash,gin,gist,spgist,brin共6种索引访问方法用户可以根据实际应用场景选择合适的索引。


http://blog.163.com/digoal@126/blog/static/163877040201531931956500/

http://www.postgresql.org/docs/9.5/static/brin-intro.html

原文链接:/postgresql/194627.html

猜你在找的Postgre SQL相关文章