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 合併指標
 (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.

貢獻者指南