Skip to content

clock_gettime calls in sql_optimizer.cc account for ~4% of CPU time in the worst case #1482

@mdcallag

Description

@mdcallag

In the worst case (simple query such as fetch one row by PK) the usage of clock_gettime in sql_optimizer.cc accounts for ~4% of CPU time. The usage is here and is here.

Must this always be enabled?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions