Snowflake Elastic Data Warehouse
https://dl.acm.org/doi/pdf/10.1145/2882903.2903741
#database #olap #warehouse #paper
https://dl.acm.org/doi/pdf/10.1145/2882903.2903741
#database #olap #warehouse #paper
Smart Key-Value Data Store (SKVDS)
https://www.intel.com/content/dam/develop/external/us/en/documents/masse-research-paper.pdf
#storage #hardware #paper
https://www.intel.com/content/dam/develop/external/us/en/documents/masse-research-paper.pdf
#storage #hardware #paper
Facebooks' Tectonic FileSystem: Efficiency from Exascale
https://www.usenix.org/conference/fast21/presentation/pan
#paper #filesystem #storage
https://www.usenix.org/conference/fast21/presentation/pan
#paper #filesystem #storage
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...