Added note about persistent connections

Since the persistent connections do not track session state, a note should
be added somewhere which states this.
This commit is contained in:
Markus Makela 2015-12-30 11:31:27 +02:00
parent 3c69e641b9
commit e40944c9b9

View File

@ -24,6 +24,12 @@ using the *Persistent Connection* feature as it may reduce the time it
takes from establishing a connection from the client through MaxScale to
the backend server.
**NOTE**: The persistent connections do not track session state. This means
that changing the default database or modifying the session state will cause
those changes to be active even for new connections. If you use queries with
implicit databases or use connections with different client settings, you
should take great care when using persistent connections.
Additional information is available in the following document:
* [Administration Tutorial](../Tutorials/Administration-Tutorial.md)