Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5
Description
This was a rather surprising find while profiling.
mtr_t::mtr_t allocates memory through construction of one of its members
This allocations accounts for 0.68% of CPU time (constructor itself for 0.77% of CPU time), this happens to be the largest contributor to the "operator new" on oltp_update_index benchmark with bufferpool larger than size of the data ( without doublewrite)
Attachments
Issue Links
- causes
-
MDEV-22970 Possible corruption of page_compressed tables, or when scrubbing is enabled
-
- Closed
-
- is caused by
-
MDEV-8139 Fix scrubbing
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Vladislav Vaintroub [ wlad ] | Marko Mäkelä [ marko ] |
Attachment | 2020-06-18 (5).png [ 52249 ] |
Description |
This was a rather surprising find while profiling.
mtr_t::mtr_t allocates memory through construction of one of its members This accounts for 0.68% of CPU time, and happens to be the largest contributor to the "operator new" on oltp_update_index benchmark with bufferpool larger than size of the data. |
This was a rather surprising find while profiling.
mtr_t::mtr_t allocates memory through construction of one of its members This allocations accounts for 0.68% of CPU time (constructor itself for 0.77% of CPU time), this happens to be the largest contributor to the "operator new" on oltp_update_index benchmark with bufferpool larger than size of the data ( without doublewrite) |
Attachment | 2020-06-18 (6).png [ 52250 ] |
Fix Version/s | 10.5 [ 23123 ] | |
Assignee | Marko Mäkelä [ marko ] | Eugene Kosov [ kevg ] |
Labels | performance |
Labels | performance | performance regression |
Assignee | Eugene Kosov [ kevg ] | Thirunarayanan Balathandayuthapani [ thiru ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.5.4 [ 24264 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link |
This issue causes |
Fix Version/s | 10.5.5 [ 24423 ] | |
Fix Version/s | 10.5.4 [ 24264 ] |
Link | This issue blocks MENT-853 [ MENT-853 ] |
Workflow | MariaDB v3 [ 110190 ] | MariaDB v4 [ 157981 ] |