sunbains / embedded-innodb

Embedded InnoDB based on v5.1
GNU General Public License v2.0
28 stars 7 forks source link

Shard Monitoring Counters #40

Closed RahulKushwaha closed 7 months ago

RahulKushwaha commented 7 months ago

Background: We need to shard the monitoring counters as they tend to be a performance bottleneck.

Implementation:

  1. Create ut0counter that implements sharded counter.

Pending:

  1. Replace usage in actual code after consensus on direction and idea.
RahulKushwaha commented 7 months ago

@sunbains : PR not for merging but get a consensus on direction, api, etc.