Skip to content

Commit cd154ee

Browse files
committed
new postgresql resource
1 parent 049a026 commit cd154ee

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

postgresql.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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">

source/content/pages/05-data/05-postgresql.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)