MDEV-27106 Spider: specify connection to data node by engine-defined attributes
We introduce engine-defined attributes to specify remote data nodes. The engine attributes do not cover all the existing DSN parameters because most of them need not be specified at the table level. We introduce the following three attributes: REMOTE_SERVER, REMOTE_DATABASE, REMOTE_TABLE. One cannot specify both DSN parameter, in COMMENT or CONNECT, and engine-defined attribute that are for the same SPIDER_SHARE attribute. For example, Spider returns an error if both COMMENT='table "t1"' and REMOTE_TABLE="t2" are specified for a single Spider table or a single partition in a Spider table.
Showing
Please register or sign in to comment