Skip to content

Commit

Permalink
Mention performance flag in getting started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastih committed Nov 7, 2013
1 parent c280f3e commit 6db9356
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/gettingstarted/tutorial_querying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ JSON Query Execution

#. Now in a different terminal, you can send a query to the server ::

curl -X POST --data-urlencode "query@test/gettingstarted.json"
curl -X POST --data-urlencode query@test/gettingstarted.json --data performance=true
http://localhost:5000/jsonQuery

Details
Expand Down Expand Up @@ -58,6 +58,12 @@ below ::
"edges": [["0","1"],["1","2"]]
}

The HYRISE HTTP interface accepts additional parameters through data
params, in this example, we set `performance` as `true` so we will
receive extra performance data in the response. Any other value for
`performance` (or no value at all) will lead to performance data not
being send back to the client.

Parameters
**********

Expand Down

0 comments on commit 6db9356

Please sign in to comment.