1
0
Fork 0
arangodb/Documentation/Books/Manual/Indexing
Simran Brucherseifer 0d9dbfbe24 Docs: AQL functions and index utilization 2016-11-14 14:16:30 +01: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 Improve indexing docs 2016-07-18 12:15:35 +02:00
IndexBasics.mdpp Add a section about vertex centric indexes. 2016-11-09 16:35:03 +01:00
IndexUtilization.mdpp Docs: AQL functions and index utilization 2016-11-14 14:16:30 +01:00
Persistent.mdpp added new features, cleanup SSL 2016-10-18 23:08:51 +02:00
README.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
Skiplist.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
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)