From 043c6af26e9acfa1de6affd071a7add9e1fd33e5 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 11 Oct 2016 19:44:17 +0200 Subject: [PATCH] Fix paths --- Documentation/Books/Manual/Graphs/SmartGraphs/README.mdpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Books/Manual/Graphs/SmartGraphs/README.mdpp b/Documentation/Books/Manual/Graphs/SmartGraphs/README.mdpp index f0695c0d68..9fd3be86b3 100644 --- a/Documentation/Books/Manual/Graphs/SmartGraphs/README.mdpp +++ b/Documentation/Books/Manual/Graphs/SmartGraphs/README.mdpp @@ -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. In terms of querying there is no difference between smart and General Graphs. 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 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? @@ -49,7 +49,7 @@ However the overall performance is never worse than the same query on a General !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. -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`. * Create a graph