[MDEV-14054] MySQL High memory issue Created: 2017-10-12 Updated: 2017-11-11 Resolved: 2017-11-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Federated |
| Affects Version/s: | 10.1.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sukan | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | federated, innodb, memory, need_feedback | ||
| Description |
|
RAM usage is getting filled up when I execute a simple query against a federated table. SELECT * FROM `daily_limit` LIMIT 0, 30 *Before : * During Query execution : Processlist : Note : I've killed the query since memory usage gone high
|
| Comments |
| Comment by Elena Stepanova [ 2017-10-13 ] |
|
Please provide the output of SHOW CREATE TABLE for the local and remote tables, and attach your cnf file(s). |