Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

mariadb - Slow SQL Query with Federated engine

My set up is the following:

  • website running both the php code and the mariaDB 10.2 dabatase
  • local "Master" database under mariaDB 5.3 with 100MB/s internet connection where I need to have synchronous updates (inputs can be made on both ends)

Running simple queries like

select * from table

Takes ages (more than 45s).

When I look at processor and RAM usage, both are low (3% and 7% respectively at most).

The traffic takes this shape when I run a query: Traffic when running the query

My questions are then:

  • Is the latency normal in those cases when tables are linked by the Federated engine or is there something wrong ?
  • Why the query pulls around 150KB/s for 30 seconds and then finally jumps to some decent bandwith.
  • Are there some generic configurations to be made to speed up the queries ? (ex: identical mariaDB versions)

Thanks much for your help !!

question from:https://stackoverflow.com/questions/65937481/slow-sql-query-with-federated-engine

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...