1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/mysql-test/suite/innodb/r
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
..
2019-04-05 11:41:03 +03:00
2019-03-06 09:00:52 +02:00
2019-07-18 18:01:04 +03:00
2019-07-22 15:28:05 +03:00
2019-11-07 08:52:30 +01:00
2019-08-21 15:23:45 +03:00
2019-03-25 17:18:15 +02:00
2019-04-25 16:05:20 +03:00
2019-07-16 18:39:21 +03:00
2019-07-25 18:42:06 +03:00
2019-07-25 18:42:06 +03:00
2019-11-01 15:23:18 +02:00
2019-08-21 15:23:45 +03:00
2019-11-01 15:23:18 +02:00
2019-04-17 15:59:30 +03:00
2019-07-16 18:39:21 +03:00
2018-11-06 09:40:39 +02:00
2019-07-02 21:44:58 +03:00
2018-12-13 21:58:35 +02:00
2019-05-04 17:04:55 +02:00