1
0
Fork 0

Fix paths

This commit is contained in:
Wilfried Goesgens 2016-10-11 19:44:17 +02:00
parent 05539e36ff
commit 043c6af26e
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ It enables you to manage graphs at scale, it will give a vast performance benefi
On a single server this feature is pointless, hence it is only available in a cluster mode. On a single server this feature is pointless, hence it is only available in a cluster mode.
In terms of querying there is no difference between smart and General Graphs. In terms of querying there is no difference between smart and General Graphs.
The former are a transparent replacement for the latter. The former are a transparent replacement for the latter.
So for querying the graph please refer to [AQL Graph Operations](../../AQL/Graphs/index.html) and [Graph Functions](GeneralGraphs/Functions.md) sections. So for querying the graph please refer to [AQL Graph Operations](../../AQL/Graphs/index.html) and [Graph Functions](../GeneralGraphs/Functions.md) sections.
The optimizer is clever enough to identify if we are on a SmartGraph or not. The optimizer is clever enough to identify if we are on a SmartGraph or not.
The difference is only in the management section: creating and modifying the underlying collections of the graph. The difference is only in the management section: creating and modifying the underlying collections of the graph.
For a detailed API reference please refer to [SmartGraph Management](SmartGraphs/Management.md). For a detailed API reference please refer to [SmartGraph Management](../SmartGraphs/Management.md).
!SUBSUBSECTION What makes a graph smart? !SUBSUBSECTION What makes a graph smart?
@ -49,7 +49,7 @@ However the overall performance is never worse than the same query on a General
!SUBSUBSECTION Getting started !SUBSUBSECTION Getting started
First of all SmartGraphs *cannot use existing collections*, when switching to SmartGraph from an existing data set you have to import the data into a fresh SmartGraph. First of all SmartGraphs *cannot use existing collections*, when switching to SmartGraph from an existing data set you have to import the data into a fresh SmartGraph.
This switch can be easily achieved with [arangodump](../Administration/Arangodump.md) and [arangorestore](../Administration/Arangorestore.md). This switch can be easily achieved with [arangodump](../../Administration/Arangodump.md) and [arangorestore](../../Administration/Arangorestore.md).
The only thing you have to change in this pipeline is that you create the new collections with the SmartGraph before starting `arangorestore`. The only thing you have to change in this pipeline is that you create the new collections with the SmartGraph before starting `arangorestore`.
* Create a graph * Create a graph