yugabyte/yugabyte-db
GitHub で見る[YSQL] Investigate read time logic for unique key violation
Open
#27,083 opened on 2025年5月7日
area/ysqlgood first issuekind/enhancementpriority/mediumstatus/awaiting-triage
Repository metrics
- Stars
- (8,229 stars)
- PR merge metrics
- (平均マージ 17d 21h) (30d で 92 merged PRs)
説明
Jira Link: DB-16570
Description
Motivation: pg compatibility (and improve availability by reducing serialization errors).
As part of this task,
- Verify the snapshot using which postgres detects unique key violations. See _bt_check_unique.
- Verify whether YB implements the same snapshot mechanism for detecting unique key violations. See pgsql_operation.cc
- Match pg behavior.
Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information
- I confirm this issue does not contain any sensitive information.