Added README.md and updated schemarouter documentation.

This commit is contained in:
Markus Makela
2015-04-24 06:19:50 +03:00
parent 327f22a0dc
commit 89cae0e35b
2 changed files with 38 additions and 1 deletions

View File

@ -47,7 +47,7 @@ The schemarouter supports the following router options:
|option |parameter |description|
---------------------------------------------
|max_sescmd_hitory |<int> |Set a limit on the number of session modifying commands a session can execute. This sets an effective cap on the memory consupmtion of the session.|
|disable_sescmd_history|<boolean>|Disable the session command history. This will prevent growing memory consumption of a long-running session and allows pooled connections to MaxScale to be used. The drawback of this is the fact that if a server goes down, the session state will not be consistent anymore.|
## Limitations
The schemarouter router currently has some limitations due to the nature of the sharding implementation and the way the session variables are detected and routed. Here is a list of the current limitations.