I am trying to get 10 rows from one MariaDB to another MariaDB. However, It takes one and half minute.
I have created the table with federated engine pointing to remote MariaDB. Including all the indexes.
I have tried following points without success:
- get only 5 columns
- Use both plugins federatedx and federated
- get 10 first rows including in where indexed date, reduce the execution to 45 seconds. But still is slow.
my.cnf has default values in both sides: [mysqld] datadir=D:/MARIADB/data port=3306 innodb-page-size=65536 innodb_buffer_pool_size=7G character-set-server=utf8 event_scheduler=ON [client] port=3306 plugin-dir=D:/MARIADB/lib/plugin

