File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2013-12-09T09:49:38Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2013-12-10T15:12:20Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -322,7 +322,14 @@ <h1>Database</h1>
322322by a single connection at a time.</ p >
323323< div class ="section " id ="database-third-party-services ">
324324< h2 > Database third-party services</ h2 >
325- < p > Numerous companies run scalable database servers as a hosted service.</ p >
325+ < p > Numerous companies run scalable database servers as a hosted service.
326+ Depending on the provider, there can be several advantages to using a
327+ hosted database third-party service:</ p >
328+ < ol class ="arabic simple ">
329+ < li > automated backups and recovery</ li >
330+ < li > tightened security configurations</ li >
331+ < li > easy vertical scaling</ li >
332+ </ ol >
326333< p > < a class ="reference external " href ="http://aws.amazon.com/rds/ "> Amazon Relational Database Service (RDS)</ a >
327334provides pre-configured MySQL and PostgreSQL instances. The instances can
328335be scaled to larger or smaller configurations based on storage and performance
Original file line number Diff line number Diff line change @@ -68,7 +68,14 @@ <h1>Database</h1>
6868by a single connection at a time.</ p >
6969< div class ="section " id ="database-third-party-services ">
7070< h2 > Database third-party services</ h2 >
71- < p > Numerous companies run scalable database servers as a hosted service.</ p >
71+ < p > Numerous companies run scalable database servers as a hosted service.
72+ Depending on the provider, there can be several advantages to using a
73+ hosted database third-party service:</ p >
74+ < ol class ="arabic simple ">
75+ < li > automated backups and recovery</ li >
76+ < li > tightened security configurations</ li >
77+ < li > easy vertical scaling</ li >
78+ </ ol >
7279< p > < a class ="reference external " href ="http://aws.amazon.com/rds/ "> Amazon Relational Database Service (RDS)</ a >
7380provides pre-configured MySQL and PostgreSQL instances. The instances can
7481be scaled to larger or smaller configurations based on storage and performance
Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ by a single connection at a time.
3232Database third-party services
3333-----------------------------
3434Numerous companies run scalable database servers as a hosted service.
35+ Depending on the provider, there can be several advantages to using a
36+ hosted database third-party service:
37+
38+ 1. automated backups and recovery
39+ 2. tightened security configurations
40+ 3. easy vertical scaling
3541
3642`Amazon Relational Database Service (RDS) <http://aws.amazon.com/rds/ >`_
3743provides pre-configured MySQL and PostgreSQL instances. The instances can
You can’t perform that action at this time.
0 commit comments