Skip to content

raymonddeng99/kvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kvs

Main memory key value store

Citations

@inproceedings{10.5555/2482626.2482662,
  title   = {MemC3: compact and concurrent MemCache with dumber caching and smarter hashing},
  author  = {Fan, Bin and Andersen, David G. and Kaminsky, Michael},
  journal = {USENIX Association},
  year    = {2013}
@inproceedings{10.1145/2592798.2592820,
  title   = {Algorithmic improvements for fast concurrent Cuckoo hashing},
  author  = {Li, Xiaozhou and Andersen, David G. and Kaminsky, Michael and Freedman, Michael J.},
  journal = {Proceedings of the Ninth European Conference on Computer Systems},
  year    = {2014}
}
@article{179747,
  title   = {MICA: A Holistic Approach to Fast In-Memory Key-Value Storage},
  author  = {Hyeontaek Lim and Dongsu Han and David G. Andersen and Michael Kaminsky},
  journal = {11th USENIX Symposium on Networked Systems Design and Implementation (NSDI 14)},
  year    = {2014}
}
@article{DeBrabant2013AntiCachingAN,
  title   = {Anti-Caching: A New Approach to Database Management System Architecture},
  author  = {Justin A. DeBrabant and Andrew Pavlo and Stephen Tu and Michael Stonebraker and Stanley B. Zdonik},
  journal = {Proc. VLDB Endow.},
  year    = {2013}
}
@article{10.1109/TKDE.2019.2898401,
  title   = {Anna: A KVS for Any Scale},
  author  = {Wu, Chenggang and Faleiro, Jose M. and Lin, Yihan and Hellerstein, Joseph M.},
  journal = {IEEE Trans. on Knowl. and Data Eng.},
  year    = {2021}
}
@article{10.1109/TPDS.2019.2929793,
  title   = {WPaxos: Wide Area Network Flexible Consensus},
  author  = {Ailijiang, Ailidani and Charapko, Aleksey and Demirbas, Murat and Kosar, Tevfik},
  journal = {IEEE Trans. Parallel Distrib. Syst.},
  year    = {2020},
}
@inproceedings{Charapko2018FleetDBF,
  title   = {FleetDB : Follow-the-workload Data Migration for Globe-Spanning Databases},
  author  = {Aleksey Charapko},
  year    = {2018},
}
@article{Arun2017SpeedingUC,
  title   = {Speeding up Consensus by Chasing Fast Decisions},
  author  = {Balaji Arun and Sebastiano Peluso and Roberto Palmieri and Giuliano Losa and Binoy Ravindran},
  journal = {2017 47th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)},
  year    = {2017},
}
@article{Enes2020StatemachineRF,
  title   = {State-machine replication for planet-scale systems},
  author  = {Vitor Enes and Carlos Baquero and Tuanir França Rezende and Alexey Gotsman and Matthieu Perrin and Pierre Sutra},
  journal = {Proceedings of the Fifteenth European Conference on Computer Systems},
  year    = {2020},
}
@article{Kraska2012MDCCMC,
  title   = {MDCC: multi-data center consistency},
  author  = {Tim Kraska and Gene Pang and Michael J. Franklin and Samuel Madden},
  journal = {ArXiv},
  year    = {2012},
}
@article{Zare2021LEGOStoreAL,
  title   = {LEGOStore: A Linearizable Geo-Distributed Store Combining Replication and Erasure Coding},
  author  = {Hamid Zare and Viveck R. Cadambe and Bhuvan Urgaonkar and Chetan Sharma and Praneet Soni and Nader Alfares and Arif Merchant},
  journal = {ArXiv},
  year    = {2021},
}
@inproceedings{Tollman2021EPaxosR,
  title   = {EPaxos Revisited},
  author  = {Sarah Tollman and Seo Jin Park and John K. Ousterhout},
  journal = {Symposium on Networked Systems Design and Implementation},
  year    = {2021}
}