# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/xz4lhoa
萬字解析 mysql innodb 事務實現原理**
0 前言近期在持續學習 mysql innodb 底層技術細節相關內容,繼上期鎖原理篇之後,本期我們以 innodb 中的事務實現原理作爲主題,展開交流探討.有關本篇內容的目錄大綱展示如下:\\| 章節 \\| 小節 \\| 備註 \\|\\| --- \\| --- \\| --- \\|\\| 1 事務基本概念 \\| 1.1 原子性 Atomicity \\| 事務原子性的概念;innodb 如何保證原子性 \\|\\| 1.2 一致性 Co ⌘ Read more