mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
MDEV-24270: Collect multiple completed events at a time
tpool::aio::N_PENDING: Replaces OS_AIO_N_PENDING_IOS_PER_THREAD. This limits two similar things: the number of outstanding requests that a thread may io_submit(), and the number of completed requests collected at a time by io_getevents().
This commit is contained in:
parent
7a9405e3dc
commit
6479006e14
5 changed files with 10 additions and 12 deletions
|
|
@ -265,9 +265,6 @@ struct os_file_size_t {
|
|||
os_offset_t m_alloc_size;
|
||||
};
|
||||
|
||||
/** Win NT does not allow more than 64 */
|
||||
static const ulint OS_AIO_N_PENDING_IOS_PER_THREAD = 256;
|
||||
|
||||
extern ulint os_n_file_reads;
|
||||
extern ulint os_n_file_writes;
|
||||
extern ulint os_n_fsyncs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue