Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

Can someone explain me internal structure of postgresql gist index? Does it use the same structure for rtree_gist, btree_gist and other implementations of gist? And what is the difference from b-tree?

Thanks a lot for the answer.

share|improve this question
    
You'll be best off starting with the documentation: postgresql.org/docs/current/static/gist.html ... then the source code. I don't think you're going to get what's effectively some new detailed documentation written for this. I'd probably help you if I knew but I haven't dug into that part of PostgreSQL's innards yet. What's the actual problem you're trying to solve here? What do you want to do? Why do you want to know this? – Craig Ringer Mar 31 '15 at 4:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.