├── .gitignore ├── Papers ├── An Empirical Evaluation of Columnar Storage Formats.pdf ├── Borg- the Next Generation.pdf ├── Dremel- A Decade of Interactive SQL Analysis at Web Scale.pdf ├── Dremel- Interactive Analysis of Web-Scale Datasets.pdf ├── Dynamo - Amazon’s Highly Available Key-value Store.pdf ├── Large-scale cluster management at Google with Borg.pdf ├── NanoLog- A Nanosecond Scale Logging System.pdf ├── Optimizing Shuffle Performance in Spark.pdf ├── Snowflake_elastic_data_warehouse.pdf ├── SparkFuzz - searching correctness regressions in modern query engines.pdf ├── The Google File System.pdf ├── Understanding the Performance Implications of the Design Principles in Storage-Disaggregated Databases.pdf ├── ZooKeeper- Wait-free coordination for Internet-scale systems.pdf ├── finding_needle_in_haystack_facebook_photo_storage.pdf ├── navigating_landscape_distributed_file_system.pdf └── why_events_are_a_bad_idea.pdf ├── README.adoc └── papers.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/.gitignore -------------------------------------------------------------------------------- /Papers/An Empirical Evaluation of Columnar Storage Formats.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/An Empirical Evaluation of Columnar Storage Formats.pdf -------------------------------------------------------------------------------- /Papers/Borg- the Next Generation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Borg- the Next Generation.pdf -------------------------------------------------------------------------------- /Papers/Dremel- A Decade of Interactive SQL Analysis at Web Scale.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Dremel- A Decade of Interactive SQL Analysis at Web Scale.pdf -------------------------------------------------------------------------------- /Papers/Dremel- Interactive Analysis of Web-Scale Datasets.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Dremel- Interactive Analysis of Web-Scale Datasets.pdf -------------------------------------------------------------------------------- /Papers/Dynamo - Amazon’s Highly Available Key-value Store.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Dynamo - Amazon’s Highly Available Key-value Store.pdf -------------------------------------------------------------------------------- /Papers/Large-scale cluster management at Google with Borg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Large-scale cluster management at Google with Borg.pdf -------------------------------------------------------------------------------- /Papers/NanoLog- A Nanosecond Scale Logging System.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/NanoLog- A Nanosecond Scale Logging System.pdf -------------------------------------------------------------------------------- /Papers/Optimizing Shuffle Performance in Spark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Optimizing Shuffle Performance in Spark.pdf -------------------------------------------------------------------------------- /Papers/Snowflake_elastic_data_warehouse.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Snowflake_elastic_data_warehouse.pdf -------------------------------------------------------------------------------- /Papers/SparkFuzz - searching correctness regressions in modern query engines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/SparkFuzz - searching correctness regressions in modern query engines.pdf -------------------------------------------------------------------------------- /Papers/The Google File System.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/The Google File System.pdf -------------------------------------------------------------------------------- /Papers/Understanding the Performance Implications of the Design Principles in Storage-Disaggregated Databases.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/Understanding the Performance Implications of the Design Principles in Storage-Disaggregated Databases.pdf -------------------------------------------------------------------------------- /Papers/ZooKeeper- Wait-free coordination for Internet-scale systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/ZooKeeper- Wait-free coordination for Internet-scale systems.pdf -------------------------------------------------------------------------------- /Papers/finding_needle_in_haystack_facebook_photo_storage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/finding_needle_in_haystack_facebook_photo_storage.pdf -------------------------------------------------------------------------------- /Papers/navigating_landscape_distributed_file_system.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/navigating_landscape_distributed_file_system.pdf -------------------------------------------------------------------------------- /Papers/why_events_are_a_bad_idea.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/Papers/why_events_are_a_bad_idea.pdf -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/README.adoc -------------------------------------------------------------------------------- /papers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonhmai/data-systems-design/HEAD/papers.md --------------------------------------------------------------------------------