• Sergei Petrunia's avatar
    MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP RO · 2af935c8
    Sergei Petrunia authored
    - Remove ANALYZE's timing code off the the execution path of regular
      SELECTs.
    - Improve the tracker that tracks counts/execution times of SELECTs or
      DML statements:
      = regular execution just increments counters
      = ANALYZE will also collect timings.
    2af935c8
sql_analyze_stmt.h 2.14 KB