Skip to content

Commit c9dd577

Browse files
committed
new postgresql resource
1 parent 2055e85 commit c9dd577

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

all.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4946,7 +4946,7 @@ <h3>PostgreSQL monitoring and performance</h3>
49464946
</li>
49474947
<li>
49484948
<p>This article on <a href="http://www.geekytidbits.com/performance-tuning-postgres/">performance tuning PostgreSQL</a>
4949-
covers how to find slow queries, tune indexes and modify your queries
4949+
shows how to find slow queries, tune indexes and modify your queries
49504950
to run faster.</p>
49514951
</li>
49524952
<li>
@@ -4960,6 +4960,14 @@ <h3>PostgreSQL monitoring and performance</h3>
49604960
is a simple GitHub repository of SQL queries that can be run against
49614961
a PostgreSQL instance to determine usage, caching and bloat.</p>
49624962
</li>
4963+
<li>
4964+
<p><a href="http://blog.cleverelephant.ca/2016/08/pgsql-text-pattern-ops.html">PgSQL Indexes and "LIKE"</a>
4965+
examines why LIKE queries do not take advantage of PostgreSQL indexes
4966+
when the locale is set to something other than the default "C", which is
4967+
for the North American UNIX default. The gist is that you need to
4968+
build a special index to support LIKE whenever you use a locale other
4969+
than "C".</p>
4970+
</li>
49634971
</ul>
49644972
<h1>MySQL</h1>
49654973
<p>MySQL is an open source <a href="/databases.html">relational database</a>

postgresql.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h3>PostgreSQL monitoring and performance</h3>
294294
</li>
295295
<li>
296296
<p>This article on <a href="http://www.geekytidbits.com/performance-tuning-postgres/">performance tuning PostgreSQL</a>
297-
covers how to find slow queries, tune indexes and modify your queries
297+
shows how to find slow queries, tune indexes and modify your queries
298298
to run faster.</p>
299299
</li>
300300
<li>
@@ -308,6 +308,14 @@ <h3>PostgreSQL monitoring and performance</h3>
308308
is a simple GitHub repository of SQL queries that can be run against
309309
a PostgreSQL instance to determine usage, caching and bloat.</p>
310310
</li>
311+
<li>
312+
<p><a href="http://blog.cleverelephant.ca/2016/08/pgsql-text-pattern-ops.html">PgSQL Indexes and "LIKE"</a>
313+
examines why LIKE queries do not take advantage of PostgreSQL indexes
314+
when the locale is set to something other than the default "C", which is
315+
for the North American UNIX default. The gist is that you need to
316+
build a special index to support LIKE whenever you use a locale other
317+
than "C".</p>
318+
</li>
311319
</ul>
312320
<h3>Do you want to learn more about data or web apps?</h3>
313321
<div class="row">

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ have to handle these issues in your applications.
249249
to improve database performance.
250250

251251
* This article on [performance tuning PostgreSQL](http://www.geekytidbits.com/performance-tuning-postgres/)
252-
covers how to find slow queries, tune indexes and modify your queries
252+
shows how to find slow queries, tune indexes and modify your queries
253253
to run faster.
254254

255255
* [What PostgreSQL tells you about its performance](http://okigiveup.net/what-postgresql-tells-you-about-its-performance/)
@@ -261,3 +261,10 @@ have to handle these issues in your applications.
261261
is a simple GitHub repository of SQL queries that can be run against
262262
a PostgreSQL instance to determine usage, caching and bloat.
263263

264+
* [PgSQL Indexes and "LIKE"](http://blog.cleverelephant.ca/2016/08/pgsql-text-pattern-ops.html)
265+
examines why LIKE queries do not take advantage of PostgreSQL indexes
266+
when the locale is set to something other than the default "C", which is
267+
for the North American UNIX default. The gist is that you need to
268+
build a special index to support LIKE whenever you use a locale other
269+
than "C".
270+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy