1
0
Fork 0
arangodb/Documentation/Books/Manual/Indexing
Simran Brucherseifer 13408007da Docs: Gitbook 3 upgrade 2016-12-08 01:34:54 +01:00
..
Fulltext.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Geo.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Hash.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
IndexBasics.mdpp Docs: Gitbook 3 upgrade 2016-12-08 01:34:54 +01:00
IndexUtilization.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Persistent.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
README.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Skiplist.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
VertexCentric.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
WhichIndex.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
WorkingWithIndexes.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00

README.mdpp

Handling Indexes
================

This is an introduction to ArangoDB's interface for indexes in general.  
There are special sections for 

- [Index Basics](IndexBasics.md): Introduction to all index types
- [Which index to use when](WhichIndex.md): Index type and options adviser
- [Index Utilization](IndexUtilization.md): How ArangoDB uses indexes
- [Working with Indexes](WorkingWithIndexes.md): How to handle indexes
  programmatically using the `db` object
 - [Hash Indexes](Hash.md)
 - [Skiplists](Skiplist.md)
 - [Persistent Indexes](Persistent.md)
 - [Fulltext Indexes](Fulltext.md)
 - [Geo-spatial Indexes](Geo.md)
 - [Vertex-centric Indexes](VertexCentric.md)