Designing Access Methods: The RUM Conjecture
https://stratos.seas.harvard.edu/files/stratos/files/rum.pdf
#storage #paper
https://stratos.seas.harvard.edu/files/stratos/files/rum.pdf
#storage #paper
Wisckey, Separating Keys From Values in SSD conscious storage
https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf
#paper #storage
https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf
#paper #storage
Atomic benchmark,测试发现 CAS 和 FAA 的性能是非常接近的
https://spcl.inf.ethz.ch/Publications/.pdf/atomic-bench.pdf
#paper #concurrency
https://spcl.inf.ethz.ch/Publications/.pdf/atomic-bench.pdf
#paper #concurrency
Realtime Data Processing at Facebook
https://web.eecs.umich.edu/~mosharaf/Readings/Facebook-Streaming.pdf
It introduces Laser in facebook, a eventually consistent high query throughput, low latency key-value storage service built on top of RocksDB
#paper #database
https://web.eecs.umich.edu/~mosharaf/Readings/Facebook-Streaming.pdf
It introduces Laser in facebook, a eventually consistent high query throughput, low latency key-value storage service built on top of RocksDB
#paper #database
My Reading Notes about Shard Manager
Paper: https://research.facebook.com/publications/shard-manager-a-generic-shard-management-framework-for-geo-distributed-applications/
Notes:
https://github.com/VOID001/distributed-consensus-reading-list/blob/master/facebook-shard-manager/notes-void001.md
#notes #paper #load_balance #distributed_system
Paper: https://research.facebook.com/publications/shard-manager-a-generic-shard-management-framework-for-geo-distributed-applications/
Notes:
https://github.com/VOID001/distributed-consensus-reading-list/blob/master/facebook-shard-manager/notes-void001.md
#notes #paper #load_balance #distributed_system
Meta Research
Shard Manager: A Generic Shard Management Framework for Geo-distributed Applications - Meta Research
Sharding is widely used to scale an application. Despite a decade of effort to build generic sharding frameworks that can...
经典论文 Lamport Clock
Time, Clocks, and the Ordering of Events in a Distributed System
https://lamport.azurewebsites.net/pubs/time-clocks.pdf
#paper #distributed_system
Time, Clocks, and the Ordering of Events in a Distributed System
https://lamport.azurewebsites.net/pubs/time-clocks.pdf
#paper #distributed_system
Opensource constraint sovler (similar to ReBalancer?)
https://www.optaplanner.org/
#scheduler #project
https://www.optaplanner.org/
#scheduler #project
kie.apache.org
Apache KIE (incubating) | Apache KIE (incubating)
@{siteConfig.tagline}
My Effective Modern C++ Reading Notes
Not very skillful at C++, might be some errors in the notes, comments are welcomed!
https://ink-wallflower-aa0.notion.site/Effective-Modern-C-Reading-Notes-09f39f5829524665afbed3d973ec5902
#notes #cpp
Not very skillful at C++, might be some errors in the notes, comments are welcomed!
https://ink-wallflower-aa0.notion.site/Effective-Modern-C-Reading-Notes-09f39f5829524665afbed3d973ec5902
#notes #cpp
Jianqiu's Notion on Notion
Effective Modern C++ Reading Notes
VOID001's Fav List
Photo
中文简介: Skeena - 高效且一致的交叉引擎事务处理机制
这篇 work 着眼于解决异构数据库引擎下事务处理的机制,我们通过实现一个中心化的 Registry 对不同 Transaction 的快照进行 Track ,在跨引擎事务执行的时候,根据 Registry 中的信息,对当前应该拿到的快照进行调整,从而保证事务的隔离级别不受到影响。
论文链接 TBD
这篇 work 着眼于解决异构数据库引擎下事务处理的机制,我们通过实现一个中心化的 Registry 对不同 Transaction 的快照进行 Track ,在跨引擎事务执行的时候,根据 Registry 中的信息,对当前应该拿到的快照进行调整,从而保证事务的隔离级别不受到影响。
论文链接 TBD
Reading Notes of Google BigTable
https://github.com/VOID001/distributed-consensus-reading-list/tree/master/google-bigtable
#notes #database #paper
https://github.com/VOID001/distributed-consensus-reading-list/tree/master/google-bigtable
#notes #database #paper
GitHub
distributed-consensus-reading-list/google-bigtable at master · VOID001/distributed-consensus-reading-list
A list of papers about distributed consensus. Contribute to VOID001/distributed-consensus-reading-list development by creating an account on GitHub.
VOID001's Fav List
Paxos by Lamport https://lamport.azurewebsites.net/pubs/paxos-simple.pdf #paper #distributed_system
Going to finish the reading notes in these days
C++ Thread Safety Analysis
https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/42958.pdf
#paper #cpp #concurrency
https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/42958.pdf
#paper #cpp #concurrency
VOID001's Fav List
Going to finish the reading notes in these days
https://github.com/VOID001/distributed-consensus-reading-list/blob/void001-paxos-reading-new/paxos-made-simple/notes.md 之前的阅读笔记,对 Paxos 还很不熟悉,欢迎大家批评 和 comment
GitHub
distributed-consensus-reading-list/notes.md at void001-paxos-reading-new · VOID001/distributed-consensus-reading-list
A list of papers about distributed consensus. Contribute to VOID001/distributed-consensus-reading-list development by creating an account on GitHub.
https://void-shana.moe/posts/recover-my-blog 博客终于恢复了部分 content,后续迁移到 Static Site 了
void-shana.moe
Recover My Blog
TL;DR