File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/05-data Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4667,6 +4667,11 @@ <h2>General PostgreSQL resources</h2>
46674667 explains how to store and query JSON data, similar to how
46684668 < a href ="/no-sql-datastore.html "> NoSQL data stores</ a > operate.</ p >
46694669</ li >
4670+ < li >
4671+ < p > < a href ="http://eftimov.net/postgresql-indexes-first-principles "> PostgreSQL Indexes: First Principles</ a >
4672+ is a detailed look at what indexes are, what they are good for and
4673+ how to use them in PostgreSQL.</ p >
4674+ </ li >
46704675</ ul >
46714676 < h1 > MySQL</ h1 >
46724677< p > MySQL is an open source < a href ="/databases.html "> relational database</ a >
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 >2016-03-09T16:03:25Z </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 >2016-03-10T07:58:40Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -253,6 +253,11 @@ <h2>General PostgreSQL resources</h2>
253253 explains how to store and query JSON data, similar to how
254254 < a href ="/no-sql-datastore.html "> NoSQL data stores</ a > operate.</ p >
255255</ li >
256+ < li >
257+ < p > < a href ="http://eftimov.net/postgresql-indexes-first-principles "> PostgreSQL Indexes: First Principles</ a >
258+ is a detailed look at what indexes are, what they are good for and
259+ how to use them in PostgreSQL.</ p >
260+ </ li >
256261</ ul >
257262< h3 > Do you want to learn more about data or web apps?</ h3 >
258263< div class ="row ">
Original file line number Diff line number Diff line change @@ -218,3 +218,7 @@ The post is an inside look at the evolution of Braintree's usage of the database
218218* [ Creating a Document-Store Hybrid in Postgres 9.5] ( https://blog.andyet.com/2016/02/04/postgres-9.5-document-store-hybrid/ )
219219 explains how to store and query JSON data, similar to how
220220 [ NoSQL data stores] ( /no-sql-datastore.html ) operate.
221+
222+ * [ PostgreSQL Indexes: First Principles] ( http://eftimov.net/postgresql-indexes-first-principles )
223+ is a detailed look at what indexes are, what they are good for and
224+ how to use them in PostgreSQL.
You can’t perform that action at this time.
0 commit comments