| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4695,6 +4695,11 @@ <h2>General PostgreSQL resources</h2> | |||
| 4695 | 4695 | is a detailed look at what indexes are, what they are good for and | |
| 4696 | 4696 | how to use them in PostgreSQL.</p> | |
| 4697 | 4697 | </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> | ||
| 4698 | 4703 | </ul> | |
| 4699 | 4704 | <h1>MySQL</h1> | |
| 4700 | 4705 | <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> | |||
| 265 | 265 | is a detailed look at what indexes are, what they are good for and | |
| 266 | 266 | how to use them in PostgreSQL.</p> | |
| 267 | 267 | </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> | ||
| 268 | 273 | </ul> | |
| 269 | 274 | <h3>Do you want to learn more about data or web apps?</h3> | |
| 270 | 275 | <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 | |||
| 222 | 222 | * [PostgreSQL Indexes: First Principles](http://eftimov.net/postgresql-indexes-first-principles) | |
| 223 | 223 | is a detailed look at what indexes are, what they are good for and | |
| 224 | 224 | 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. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments