Skip to content

Commit 244b438

Browse files
committed
adding postgresql resource
1 parent 140506c commit 244b438

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

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

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

postgresql.html

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

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

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

0 commit comments

Comments
 (0)