什麼是 mvcc?
KalamDB 中的 MVCC:版本化記錄、可見性規則、快照讀取、壓縮和事務生命週期。關鍵字:mvcc、快照、可見性、提交、中止、邏輯刪除、真空。 來源:jamals86/kalamdb。
KalamDB 中的 MVCC:版本化記錄、可見性規則、快照讀取、壓縮和事務生命週期。關鍵字:mvcc、快照、可見性、提交、中止、邏輯刪除、真空。
透過命令列快速安裝 mvcc AI 技能到你的開發環境
來源:jamals86/kalamdb。
Use this skill when implementing or modifying MVCC logic, including version metadata, visibility filtering, and cleanup.
Implementation guidance: 1) Locate the existing MVCC abstractions (e.g., version metadata types, visibility filters) before adding new logic. 2) Ensure reads filter out uncommitted or aborted versions and respect snapshot boundaries.
3) When inserting updates, create new version entries rather than in-place mutation. 4) For deletes, add tombstones and make them visible using the same MVCC rules. 5) Compaction/cleanup must only remove versions that are not visible to any active snapshot.
KalamDB 中的 MVCC:版本化記錄、可見性規則、快照讀取、壓縮和事務生命週期。關鍵字:mvcc、快照、可見性、提交、中止、邏輯刪除、真空。 來源:jamals86/kalamdb。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/jamals86/kalamdb --skill mvccKalamDB 中的 MVCC:版本化記錄、可見性規則、快照讀取、壓縮和事務生命週期。關鍵字:mvcc、快照、可見性、提交、中止、邏輯刪除、真空。 來源:jamals86/kalamdb。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/jamals86/kalamdb --skill mvcc 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jamals86/kalamdb