Rephrase the schemarouter limitations
The text was not very clear as to whether the prepared statements were actually supported.
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user