File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
source/content/pages/05-data Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4695,6 +4695,11 @@ <h2>General PostgreSQL resources</h2>
46954695 is a detailed look at what indexes are, what they are good for and
46964696 how to use them in PostgreSQL.</ p >
46974697</ li >
4698+ < li >
4699+ < p > This < a href ="http://thebuild.com/presentations/pgha-fosdem-2016.pdf "> slideshow on high availability for web applications</ a >
4700+ has a good overview of various database setups common in production
4701+ web applications.</ p >
4702+ </ li >
46984703</ ul >
46994704 < h1 > MySQL</ h1 >
47004705< p > MySQL is an open source < a href ="/databases.html "> relational database</ a >
Original file line number Diff line number Diff line change @@ -265,6 +265,11 @@ <h2>General PostgreSQL resources</h2>
265265 is a detailed look at what indexes are, what they are good for and
266266 how to use them in PostgreSQL.</ p >
267267</ li >
268+ < li >
269+ < p > This < a href ="http://thebuild.com/presentations/pgha-fosdem-2016.pdf "> slideshow on high availability for web applications</ a >
270+ has a good overview of various database setups common in production
271+ web applications.</ p >
272+ </ li >
268273</ ul >
269274< h3 > Do you want to learn more about data or web apps?</ h3 >
270275< div class ="row ">
Original file line number Diff line number Diff line change @@ -222,3 +222,7 @@ The post is an inside look at the evolution of Braintree's usage of the database
222222* [ PostgreSQL Indexes: First Principles] ( http://eftimov.net/postgresql-indexes-first-principles )
223223 is a detailed look at what indexes are, what they are good for and
224224 how to use them in PostgreSQL.
225+
226+ * This [ slideshow on high availability for web applications] ( http://thebuild.com/presentations/pgha-fosdem-2016.pdf )
227+ has a good overview of various database setups common in production
228+ web applications.
You can’t perform that action at this time.
0 commit comments