1
0
Fork 0
arangodb/Documentation/Books/Manual/Indexing
Wilfried Goesgens 7b67a17f64 style fixes 2016-08-18 11:47:48 +02:00
..
Fulltext.mdpp style fixes 2016-08-18 11:47:48 +02:00
Geo.mdpp Documentation improvments 2016-08-17 18:57:55 +02:00
Hash.mdpp
IndexBasics.mdpp Documentation improvments 2016-08-17 18:57:55 +02:00
IndexUtilization.mdpp
Persistent.mdpp Documentation improvments 2016-08-17 18:57:55 +02:00
README.mdpp
Skiplist.mdpp
WhichIndex.mdpp
WorkingWithIndexes.mdpp

README.mdpp

!CHAPTER 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)