Rephrase the schemarouter limitations

The text was not very clear as to whether the prepared statements were
actually supported.
This commit is contained in:
Markus Mäkelä
2017-02-01 17:47:28 +02:00
parent 3d02343a40
commit eb5e284a90

View File

@ -231,9 +231,8 @@ and routed. Here is a list of the current limitations.
* The preparation of a prepared statement is routed to all servers. The * The preparation of a prepared statement is routed to all servers. The
execution of a prepared statement is routed to the first available server or execution of a prepared statement is routed to the first available server or
to the server pointed by a routing hint attached to the query. As text to the server pointed by a routing hint attached to the query. In practice
protocol prepared statements are relatively rare, prepared statements can't be this means that prepared statements aren't supported by the schemarouter.
considered as supported in schemarouter
## Avrorouter limitations (avrorouter) ## Avrorouter limitations (avrorouter)