<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Paper Note</title><link>https://blog.shuaizhang.cc/zh-hans/tags/paper-note/</link><description>查看归入当前术语的文章。</description><generator>Hugo</generator><language>zh-Hans</language><lastBuildDate>Mon, 28 Feb 2022 22:36:11 +0000</lastBuildDate><atom:link href="https://blog.shuaizhang.cc/zh-hans/tags/paper-note/index.xml" rel="self" type="application/rss+xml"/><item><title>论文笔记：[SOSP'01] SEDA: An Architecture for Well-Conditioned, Scalable Internet Services</title><link>https://blog.shuaizhang.cc/zh-hans/posts/seda/</link><pubDate>Mon, 28 Feb 2022 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/seda/</guid><description>本文回顾 SEDA 架构如何通过分阶段事件驱动设计提升高负载下的可扩展性与稳定性。</description></item><item><title>论文笔记：[EDBT'16] Designing Access Methods: The RUM Conjecture</title><link>https://blog.shuaizhang.cc/zh-hans/posts/rum-conjecture/</link><pubDate>Thu, 07 May 2020 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/rum-conjecture/</guid><description>本文介绍 RUM 猜想对读放大、写放大与内存开销三者权衡的观点，并讨论其对存储结构设计的启发。</description></item><item><title>论文笔记：[OSDI'16] Slicer: Auto-Sharding for Datacenter Applications</title><link>https://blog.shuaizhang.cc/zh-hans/posts/google-slicer/</link><pubDate>Sun, 13 Oct 2019 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/google-slicer/</guid><description>本文介绍 Google Slicer 自动分片组件的控制面、客户端路由与负载均衡设计。</description></item><item><title>论文笔记：[FTNDB'07] Architecture of a Database System</title><link>https://blog.shuaizhang.cc/zh-hans/posts/architecture-of-a-database-system/</link><pubDate>Sun, 07 Jul 2019 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/architecture-of-a-database-system/</guid><description>本文摘录并梳理关系型数据库系统的整体架构，包括查询处理、执行器与存储管理等核心组件。</description></item><item><title>论文笔记：[OSDI'10] Large-scale Incremental Processing Using Distributed Transactions and Notifications</title><link>https://blog.shuaizhang.cc/zh-hans/posts/percolator/</link><pubDate>Sun, 09 Jun 2019 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/percolator/</guid><description>本文概述 Google Percolator 如何在 Bigtable 之上实现跨行事务与可靠通知，并聚焦事务部分。</description></item><item><title>论文笔记：[CONCUR'15] A Framework for Transactional Consistency Models with Atomic Visibility</title><link>https://blog.shuaizhang.cc/zh-hans/posts/transactional-consistency-models/</link><pubDate>Sun, 26 May 2019 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/transactional-consistency-models/</guid><description>本文介绍一篇事务一致性模型论文的形式化框架，并解释原子可见性等概念的直观含义。</description></item><item><title>论文笔记：[FAST'03] ARC: A Self-Tuning, Low Overhead Replacement Cache</title><link>https://blog.shuaizhang.cc/zh-hans/posts/arc-one-up-on-lru/</link><pubDate>Sat, 30 Mar 2019 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/arc-one-up-on-lru/</guid><description>本文总结 ARC 缓存替换算法如何在 recency 与 frequency 之间自适应平衡，并说明其相对 LRU 的优势。</description></item><item><title>论文笔记：[Operating Systems Review 2007] Autopilot: Automatic Data Center Management</title><link>https://blog.shuaizhang.cc/zh-hans/posts/microsoft-autopilot/</link><pubDate>Sun, 15 Jul 2018 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/microsoft-autopilot/</guid><description>本文概述微软 Autopilot 集群管理系统的设计目标，以及机器生命周期、应用部署和自动化运维机制。</description></item><item><title>论文笔记：[ICDE'18] Anna: A KVS for any scale</title><link>https://blog.shuaizhang.cc/zh-hans/posts/anna-kvs/</link><pubDate>Sun, 08 Apr 2018 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/anna-kvs/</guid><description>本文介绍 Anna 键值存储如何用 actor 模型与基于 lattice 的冲突解决机制实现高性能与可调一致性。</description></item><item><title>论文笔记：[OSDI'14] F4: Facebook's Warm BLOB Storage System</title><link>https://blog.shuaizhang.cc/zh-hans/posts/facebook-f4/</link><pubDate>Mon, 02 Apr 2018 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/facebook-f4/</guid><description>本文概述 Facebook F4 面向温数据对象存储的架构设计，以及纠删码和跨机房容错方案。</description></item><item><title>论文笔记：[OSDI'10] Finding a needle in Haystack: Facebook's photo storage</title><link>https://blog.shuaizhang.cc/zh-hans/posts/facebook-haystack/</link><pubDate>Sun, 01 Apr 2018 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/facebook-haystack/</guid><description>本文总结 Facebook Haystack 针对图片热存储场景的单机对象存储引擎设计与优化思路。</description></item><item><title>论文笔记：[USENIX ATC'14] In Search of an Understandable Consensus Algorithm (Raft)</title><link>https://blog.shuaizhang.cc/zh-hans/posts/raft/</link><pubDate>Thu, 29 Mar 2018 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/raft/</guid><description>本文介绍 Raft 的选主与日志复制机制，并对其与 Paxos 在理解和实现上的差异做了讨论。</description></item><item><title>论文笔记：Paxos Made Simple</title><link>https://blog.shuaizhang.cc/zh-hans/posts/paxos-made-simple/</link><pubDate>Fri, 16 Mar 2018 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/paxos-made-simple/</guid><description>本文概述 Paxos 的核心 safety 性质、提议流程，以及单条法案共识问题的基本推导。</description></item><item><title>论文笔记：[SOSP 2007] Dynamo: Amazon's Highly Available Key-value Store</title><link>https://blog.shuaizhang.cc/zh-hans/posts/amazon-dynamo/</link><pubDate>Mon, 12 Mar 2018 00:00:00 +0000</pubDate><guid>https://blog.shuaizhang.cc/zh-hans/posts/amazon-dynamo/</guid><description>梳理 Amazon Dynamo 论文中的一致性、复制、冲突处理与路由设计，并总结其为高可用 Key-Value 存储做出的关键工程取舍。</description></item></channel></rss>