Vladislav Vaintroub
5e62b6a5e0
MDEV-16264 Use threadpool for Innodb background work.
...
Almost all threads have gone
- the "ticking" threads, that sleep a while then do some work)
(srv_monitor_thread, srv_error_monitor_thread, srv_master_thread)
were replaced with timers. Some timers are periodic,
e.g the "master" timer.
- The btr_defragment_thread is also replaced by a timer , which
reschedules it self when current defragment "item" needs throttling
- the buf_resize_thread and buf_dump_threads are substitutes with tasks
Ditto with page cleaner workers.
- purge workers threads are not tasks as well, and purge cleaner
coordinator is a combination of a task and timer.
- All AIO is outsourced to tpool, Innodb just calls thread_pool::submit_io()
and provides the callback.
- The srv_slot_t was removed, and innodb_debug_sync used in purge
is currently not working, and needs reimplementation.
2019-11-15 18:09:30 +01:00
..
2018-10-10 18:30:42 +03:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2017-08-14 19:45:59 +02:00
2019-09-28 19:21:14 +02:00
2017-10-30 07:37:25 +04:00
2019-09-03 13:17:32 +03:00
2019-09-11 15:09:35 +05:30
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2019-09-01 19:17:35 +03:00
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2019-09-01 19:17:35 +03:00
2019-09-03 13:17:32 +03:00
2017-11-28 11:40:13 +03:00
2017-05-24 11:59:04 +02:00
2019-09-11 08:48:00 +03:00
2019-09-03 13:17:32 +03:00
2017-10-24 14:53:18 +02:00
2017-10-24 14:53:18 +02:00
2017-11-28 11:40:13 +03:00
2019-09-01 19:17:35 +03:00
2019-09-06 11:53:10 +02:00
2019-02-18 13:37:57 +03:00
2018-04-10 17:43:18 +03:00
2019-09-01 19:17:35 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2017-11-05 20:34:03 +02:00
2017-11-07 23:02:39 +02:00
2017-11-05 20:34:03 +02:00
2018-04-29 09:41:42 +03:00
2019-09-09 18:18:52 +03:00
2019-05-22 08:53:28 +03:00
2018-03-07 17:49:42 +02:00
2018-04-11 05:39:36 +03:00
2018-07-04 19:13:55 +02:00
2018-04-29 09:41:42 +03:00
2019-04-01 19:47:24 +03:00
2018-11-06 08:41:48 +02:00
2018-11-06 08:41:48 +02:00
2019-05-08 12:49:08 +05:30
2019-05-08 12:49:08 +05:30
2019-05-23 10:25:11 +03:00
2017-07-06 14:18:53 +03:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2017-10-24 19:12:59 +03:00
2018-07-04 19:13:55 +02:00
2018-01-26 10:25:33 +04:00
2019-05-23 10:25:12 +03:00
2017-11-28 11:40:13 +03:00
2019-05-23 17:34:47 +03:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2017-08-24 01:05:51 +02:00
2017-08-24 01:05:51 +02:00
2017-10-05 11:45:32 +02:00
2017-08-24 01:05:51 +02:00
2017-08-24 01:05:51 +02:00
2017-08-24 01:05:51 +02:00
2017-08-24 01:05:51 +02:00
2017-10-05 11:45:32 +02:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2017-11-28 11:40:13 +03:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2019-09-01 19:17:35 +03:00
2018-04-12 12:41:19 +03:00
2019-09-06 11:53:10 +02:00
2018-06-20 17:14:04 +04:00
2019-09-01 19:17:35 +03:00
2019-04-25 16:05:20 +03:00
2018-05-07 14:58:11 +05:30
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2019-09-06 17:16:40 +03:00
2019-09-01 19:17:35 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2019-09-01 19:17:35 +03:00
2019-08-05 16:03:33 +04:00
2017-12-18 13:43:37 +02:00
2018-07-04 19:13:55 +02:00
2018-05-12 10:16:45 +02:00
2018-05-12 10:16:45 +02:00
2018-05-12 10:16:45 +02:00
2018-05-12 10:16:45 +02:00
2019-09-24 15:49:35 +04:00
2019-06-30 18:52:45 +09:00
2017-12-03 13:58:35 +02:00
2019-09-01 19:17:35 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2018-11-06 08:41:48 +02:00
2018-11-26 08:10:47 +04:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2017-11-28 11:40:13 +03:00
2019-09-03 13:17:32 +03:00
2019-09-06 11:53:10 +02:00
2017-11-02 12:07:44 +02:00
2019-10-14 10:29:30 +02:00
2019-10-11 17:28:15 +03:00
2019-11-15 18:09:30 +01:00
2019-09-28 19:21:14 +02:00
2019-09-28 19:21:14 +02:00
2019-09-28 19:21:14 +02:00
2019-09-28 19:21:14 +02:00
2019-10-14 10:29:30 +02:00
2019-10-14 10:29:30 +02:00
2019-09-03 13:17:32 +03:00
2019-08-12 15:41:14 +03:00
2017-11-17 21:40:20 +00:00
2018-08-12 00:13:19 +01:00
2018-10-12 08:22:10 +02:00
2019-05-31 15:04:11 +02:00
2019-03-06 15:12:11 +01:00
2017-06-30 22:31:37 +03:00
2019-09-28 19:21:14 +02:00
2017-11-28 11:40:13 +03:00
2018-12-09 13:25:27 +05:30
2019-09-01 19:17:35 +03:00
2019-02-13 18:47:27 +01:00
2019-02-13 13:19:37 +02:00
2019-01-23 15:30:00 +04:00
2019-01-26 01:15:44 +01:00
2018-03-23 00:55:20 +01:00
2017-08-16 07:49:19 +03:00