# 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/2aacwyq
Rust 開發新一代緩存神器 ReadySet,加快了數據庫查詢和讀取能力!**
大家好,我是漁夫。今天分享主題,基於 Rust 開發的 Readyset,是數據庫緩存層解決方案,主要是加快查詢速度及增強讀取操作的水平擴展能力。 Readyset 介紹ReadySet 它是 Postgres 和 MySQL 的透明數據庫緩存,能夠提供內存鍵值存儲的性能和可擴展性,不需要你重寫應用程序或手動處理緩存失效。ReadySet 還可以將你的最複雜的 SQL 讀取轉換爲閃電般的快速查找 ⌘ Read more