-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathlinks.txt
137 lines (81 loc) · 2.89 KB
/
links.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
http://highscalability.com/blog/2014/8/6/tokutek-white-paper-a-comparison-of-log-structured-merge-lsm.html
http://blog.memsql.com/common-pitfalls-in-writing-lock-free-algorithms/
http://www.youtube.com/watch?v=IyWOjd-oZ4o
http://alasir.com/articles/cache_principles/
karger skoltech
http://www.youtube.com/channel/UCtv9PiQVUDzsT4yl7524DCg/videos
https://www.youtube.com/watch?v=YbZ3zDzDnrw
http://highlyscalable.wordpress.com/2012/09/18/distributed-algorithms-in-nosql-databases/
http://jsensarma.com/blog/?p=55
http://research.google.com/pubs/pub38125.html
http://www.mysqlperformanceblog.com/2013/05/02/galera-flow-control-in-percona-xtradb-cluster-for-mysql/
Time, clock and order of events in distributed systems, by Leslie Lamport
Paxos made simple, by Leslie Lamport
It's time for a complete rewrite
Third manifesto
Spanner paper
Dynamo paper
BigTable paper
Liskov Substitution principle
ARIES paper
Architecture of a Database System
Joseph M. Hellerstein, Michael Stonebraker
and James Hamilton
It's time for a complete rewrite
Third manifesto
Spanner paper
Dynamo paper
BigTable paper
Raft distributed cconsenus
Transaction processing
Database systems, the complete book
ARIES paper
Wielfried, Wokum
http://dbmsmusings.blogspot.in/2010/04/problems-with-cap-and-yahoos-little.html
http://www.amazon.com/NoSQL-Distilled-Emerging-Polyglot-Persistence/dp/0321826620/ref=sr_1_1?s=books&ie=UTF8&qid=1375953296&sr=1-1&keywords=nosql+distilled+a+brief+guide+to+the+emerging+world+of+polyglot+persistence
http://ksat.me/a-plain-english-introduction-to-cap-theorem/
www.christof-strauch.de/nosqldbs.pdf
eric evans domain driven design
Seven databases in seven weeks.
The Dangers of Replication and a Solution
What Every Programmer Should Know About Memory
Ulrich Drepper
Red Hat, Inc.
November 21, 2007
Abstract
As CPU cores become both faster and more numerous, the limiting factor for
most programs is
Technical Standard
Distributed Transaction Processing:
The XA Specification
Is SQL Really A Standard Anymore?
Cache-oblivious B-trees Bener, Colton
The
Log-Structured
Merge-Tree
(LSM-Tree)
Patrick O'Neil1 , Edward Cheng2
Dieter Gawlick 3 , Elizabeth O'Neil1
To be published: Acta Informatica
Binary Trees Implementations
Comparison for Multicore
Programming
Technical report
Data structures and algorithms in a two-level memory
Ramzi Fadel
Kim Vagn Jakobsen
The end of architectural era
Cache-Oblivious Streaming B-trees
Michael A. Bender Martin Farach-Colton Jeremy T. Fineman
Dept. of Computer Science Dept. of Computer Science MIT CSAIL
Stony Brook University Rutgers University 32 Vassar Street
Stony Brook, NY 11794-4400 Piscataway, NJ 08855 Cambridge, MA 02139
Multi-ring paxos
Parisa Jalili Marandi
University of Lugano (USI)
c
The Byzantine Generals Problem
LESLIE LAMPORT, ROBERT SHOSTAK, and MARSHALL PEASE
http://littleriakbook.com/
https://github.com/rxin/db-readings