yugabyte/yugabyte-db

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

Closed

#24,401 opened on Oct 11, 2024

 (0 comments) (0 reactions) (1 assignee)C (1,003 forks)batch import
area/ysqlgood first issuekind/enhancementpriority/low

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (Avg merge 17d 21h) (92 merged PRs in 30d)

Description

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.

Contributor guide