You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provides a fascinating look into the internal workings of PostgreSQL
1919
1919
during a query.</p>
1920
1920
</li>
1921
+
<li>
1922
+
<p>This article explains how and why PostgreSQL can handle <ahref="http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/">full text searching</a>
1923
+
for many use cases.</p>
1924
+
</li>
1921
1925
</ul>
1922
1926
<h2>MySQL</h2>
1923
1927
<p>MySQL is another viable open source database backend option for Python web
provides a fascinating look into the internal workings of PostgreSQL
110
110
during a query.</p>
111
111
</li>
112
+
<li>
113
+
<p>This article explains how and why PostgreSQL can handle <ahref="http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/">full text searching</a>
114
+
for many use cases.</p>
115
+
</li>
112
116
</ul>
113
117
<h2>MySQL</h2>
114
118
<p>MySQL is another viable open source database backend option for Python web
Copy file name to clipboardExpand all lines: source/content/pages/04-data/0401-databases.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,9 @@ The post is an inside look at the evolution of Braintree's usage of the database
91
91
provides a fascinating look into the internal workings of PostgreSQL
92
92
during a query.
93
93
94
+
* This article explains how and why PostgreSQL can handle [full text searching](http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/)
95
+
for many use cases.
96
+
94
97
95
98
## MySQL
96
99
MySQL is another viable open source database backend option for Python web
0 commit comments