database stalls from the ordinary to the obscure
play

Database Stalls, From the Ordinary to the Obscure Preetam Jinka - PowerPoint PPT Presentation

Database Stalls, From the Ordinary to the Obscure Preetam Jinka (@PreetamJinka) Software Engineer Percona Live 2017 VividCortexs database monitoring application is the best way to improve your database performance, efficiency, and uptime.


  1. Database Stalls, From the Ordinary to the Obscure Preetam Jinka (@PreetamJinka) Software Engineer Percona Live 2017

  2. VividCortex’s database monitoring application is the best way to improve your database performance, efficiency, and uptime. Supporting MySQL, PostgreSQL, Redis, MongoDB, and Amazon Aurora, VividCortex uses patented algorithms to reveal key insights, helping users fix performance problems before they impact customers. Say hello and see a demo, Booth #205 . We’re hiring!

  3. This talk isn’t about the math. Come to the O’Reilly booth after the talk to pick up a free copy of our book! 3

  4. What is a stall? 4

  5. Stalls Short periods when work isn’t being done ● We’re detecting stalls as short as 1 second ● We do this with zero configuration and no fixed thresholds ● The secret sauce: we have a model . ○ 5

  6. We’re trying to catch small problems before they turn into bigger ones. 6

  7. Little’s Law L = λ × W ● Concurrency = Throughput × Latency ● Little’s Law provides a model to relate throughput and concurrency ● In MySQL: Concurrency: threads_running ● There’s one thread per query. ○ From SHOW STATUS ○ Throughput: queries completed per second ● 7

  8. MySQL Server Stall Example More queries in progress Fewer being completed 8

  9. MySQL Server Stall Example All of the stalled queries are completing after the fault ends. 9

  10. Where do stalls come from? Running out of credits on EBS volumes ● MySQL query cache ● Lock contention ● A bad network cable! ● Transparent huge pages (THP) ● “If a transparent huge page isn’t available, the application will stall to let memory compaction ○ run to free a page.” 10

  11. But we don’t really care about any of those things. We’re focused on the work your database is doing. 11

  12. Work-centric monitoring 12

  13. Work-centric monitoring in one slide Focus on the work your systems are doing ● Find relationships between metrics (maybe using a model) ● Monitor what you want to optimize ● Focus on heavy hitters ● Automatically detect changes ● 13

  14. How to respond to database stalls 14

  15. Slowness is about spending time on something. Things spend time doing work or waiting . 15

  16. Work Waiting CPU Lock contention ● ● Disk I/O Disk I/O ● ● Various storage engine metrics Memory compaction ● ● Slow queries ● Large scans ○ 16

  17. Walkthrough 17

  18. 18

  19. 19

  20. 20

  21. 21

  22. 22

  23. Be careful about causality. 23

  24. Thread states 24

  25. Back pressure 25

  26. Back pressure is about systems receiving more work than they can process. 26

  27. 27

  28. It’s much better to handle back pressure higher up the stack. 28

  29. System Database APIs Clients 29

  30. Low-level back pressure can cause unfair slowdowns higher up the stack.* *Totally untested hypothesis. :) 30

  31. 31

  32. 50 ms shift 32

  33. 50 ms shift ~1 sec queries stay ~1 sec queries ( 1x ) ~1 ms queries become ~50 ms queries ( 50x ) 33

  34. Ways to deal with back pressure ● Rate limiting / throttling ● Use a queue to contain requests at a higher level ● Somehow prioritize some requests over others 34

  35. Can you eliminate stalls? Probably not all. Most? Perhaps! 35

  36. Questions? Twitter: @PreetamJinka Email: preetam@vividcortex.com Come find me at the O’Reilly booth! 36

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend