Gist
Gist is a programming language created in 1977. In computing, GiST or Generalized Search Tree, is a data structure and API that can be used to build a variety of disk-based search trees. GiST is a generalization of the B+ tree, providing a concurrent and recoverable height-balanced search tree infrastructure without making any assumptions about the type of data being stored, or the queries being serviced. GiST can be used to easily implement a range of well-known indexes, including B+ trees, R-trees, hB-trees, RD-trees, and many others; it also allows for easy development of specialized indexes for new data types. Read more on Wikipedia...
43Years Old | 20Users | ?Jobs |
- the Gist wikipedia page
- Gist first appeared in 1977
- Read more about Gist on Semantic Scholar
- See also: postgresql
- Have a question about Gist not answered here? Email me and let me know how I can help.
Last updated August 9th, 2020