Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.1(EOL)
-
None
-
None
Description
Data comes from Sandy Bridge system running sysbench OLTP RO in 1 thread against 1 table.
Call graphs:
- 0.12% mysqld mysqld
|
- Field_long::type() const
|
+ 25.78% ha_innobase::position(unsigned char const*)
|
+ 17.51% ha_innobase::build_template(bool)
|
+ 14.59% Item_field::fix_fields(THD*, Item**)
|
+ 13.16% update_ref_and_keys(THD*, st_dynamic_array*, st_join_table*, unsigned int, Item*, unsigned long long, st_select_lex*, st_sargable_param**) [clone .isra.253]
|
+ 8.45% Item_func::setup_args_and_comparator(THD*, Arg_comparator*)
|
+ 6.81% get_mm_parts(RANGE_OPT_PARAM*, Item*, Field*, Item_func::Functype, Item*, Item_result) [clone .isra.162] [clone .part.163]
|
+ 3.65% get_mm_tree(RANGE_OPT_PARAM*, Item**)
|
+ 2.70% ha_innobase::store_key_val_for_row(unsigned int, char*, unsigned int, unsigned char const*)
|
+ 2.25% Item_func_between::fix_length_and_dec()
|
+ 2.00% Item::cmp_type() const
|
+ 0.83% Field::eq(Field*)
|
+ 0.62% Item_func::convert_const_compared_to_int_field(THD*)
|
This is virtual method which can't be inlined. Most time spent for function call convention. Check if we can revoke it's virtual status.