1
0
Fork 0
arangodb/Documentation/Books/Manual/Indexing
mpv1989 d2fe5adbc9 Fix skiplist docs 2017-04-12 15:29:23 +02:00
..
Fulltext.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Geo.mdpp fixed code of some examples 2017-02-13 08:21:28 +01:00
Hash.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
IndexBasics.mdpp add working examples for geo index 2017-02-03 10:47:42 +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 Fix skiplist docs 2017-04-12 15:29:23 +02:00
VertexCentric.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
WhichIndex.mdpp start geo documentation - commit for test building 2017-02-01 11:14:36 +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)