User Technical Docs update.

Summary: Add single query length limitation.

Reviewers: teon.banek, florijan

Reviewed By: florijan

Subscribers: pullbot, buda

Differential Revision: https://phabricator.memgraph.io/D491
This commit is contained in:
Marko Budiselic 2017-06-19 09:15:11 +02:00
parent dd3c7b4e75
commit a01cf408bf

View File

@ -220,6 +220,12 @@ run_query("MATCH (n) DETACH DELETE n", function (result) {
Memgraph is currently in alpha stage, and has a number of limitations we plan
to remove in future versions.
#### Single query length
The maximum length of a query that can be sent from a driver in Python is
`16378` characters, from a driver in Java `8184` and from a driver in
JavaScript `1373` characters.
#### Multiple-Query Transactions
Even though Memgraph is a transactional database engine, transactions