MXS-1581: Add note to limitations
Added CREATE TABLE ... SELECT into the list of avrorouter related limitations.
This commit is contained in:
@ -122,10 +122,11 @@ can be influenced with the server priority mechanic described in the
|
|||||||
|
|
||||||
### Avrorouter limitations (avrorouter)
|
### Avrorouter limitations (avrorouter)
|
||||||
|
|
||||||
The avrorouter does not support the following data types and conversions:
|
The avrorouter does not support the following data types, conversions or SQL statements:
|
||||||
|
|
||||||
* BIT
|
* BIT
|
||||||
* Fields CAST from integer types to string types
|
* Fields CAST from integer types to string types
|
||||||
|
* [CREATE TABLE ... AS SELECT statements](https://mariadb.com/kb/en/library/create-table/#create-select)
|
||||||
|
|
||||||
The avrorouter does not do any crash recovery. This means that the avro files
|
The avrorouter does not do any crash recovery. This means that the avro files
|
||||||
need to be truncated to valid block lengths before starting the avrorouter.
|
need to be truncated to valid block lengths before starting the avrorouter.
|
||||||
|
|||||||
Reference in New Issue
Block a user