yugabyte/yugabyte-db

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

已关闭

#24,401 创建于 2024年10月11日

 (0 条评论) (0 个反应) (1 位负责人)C (1,003 个派生)batch import
area/ysqlgood first issuekind/enhancementpriority/low

仓库指标

星标
 (8,229 个星标)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 92 个 PR)

描述

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.

贡献者指南