[MDEV-27901] Windows : Innodb spend time on useless calculation of file system block size, which is never used Created: 2022-02-20 Updated: 2022-02-20 Resolved: 2022-02-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Storage Engine - InnoDB |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Attachments: |
|
| Description |
|
using sysbench update_no_index, with 10K users, os_file_get_status_win32 takes unreasonably long time calculating file system block size, which is not going to be used or shown anywhere but in an obscure innodb information schema table. |