bosnadev / database

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, jsonb.
https://bosnadev.com
MIT License
78 stars 68 forks source link

added gist index #28

Closed howlowck closed 8 years ago

howlowck commented 8 years ago

GiST index is need to index spatial data (see doc). Because GiST is lossy and Gin or B-Tree is not, it is better when indexing bounding boxes.

mirzap commented 8 years ago

Thank you.