yugabyte/yugabyte-db

[YSQL] Benchmark the latency impact of calling clockbound lib.

クローズ

#24,401 opened on 2024/10/11

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)C (1,003 件のフォーク)batch import
area/ysqlgood first issuekind/enhancementpriority/low

Repository metrics

Stars
 (8,229 個のスター)
PR merge metrics
 (平均マージ 17d 21h) (30d で 92 merged PRs)

説明

Jira Link: DB-13310

Description

WallClock retrieves time directly from shared memory.

However, ClockboundClock needs to acquire a mutex and then do some processing in the library call to extract time and its bounds.

Good to benchmark the impact of this change.

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.

コントリビューターガイド