<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>postgres on Razeen`s Blog</title><link>https://razeen.me/tags/postgres/</link><description>Recent content in postgres on Razeen`s Blog</description><follow_challenge><feedId>52340201851637766</feedId><userId>42940340473029632</userId></follow_challenge><image><title>Razeen`s Blog</title><url>https://st.razeen.me/img/avatar.svg</url><link>https://st.razeen.me/img/avatar.svg</link></image><generator>Hugo -- gohugo.io</generator><language>zh</language><lastBuildDate>Sat, 01 Sep 2018 07:06:06 +0000</lastBuildDate><atom:link href="https://razeen.me/tags/postgres/index.xml" rel="self" type="application/rss+xml"/><item><title>记一次 PostgreSQL LIKE 索引优化，联合字段 LIKE 查询优化。</title><link>https://razeen.me/posts/pg-like-index-optimize/</link><pubDate>Sat, 01 Sep 2018 07:06:06 +0000</pubDate><guid>https://razeen.me/posts/pg-like-index-optimize/</guid><description>&lt;p>由于最近我司业务量上涨，数据量剧增，数据库查询速度明显变慢，单次查询居然达到1800ms以上，急需优化。待查阅一番后，我知道了LIKE查询正确的索引使用姿势，特别是一些符合字段索引。&lt;/p></description></item><item><title>日常 Postgres 数据库点滴记录</title><link>https://razeen.me/posts/postgres-daily/</link><pubDate>Thu, 17 May 2018 18:40:05 +0000</pubDate><guid>https://razeen.me/posts/postgres-daily/</guid><description>&lt;p>Desc:Postgres数据库日常使用，插入更新，复制表，一些使用习惯。&lt;/p>
&lt;p>由于经常接触数据库，但又停留在比较浅的层次，暂且没有时间也没必要去系统了解，这篇博客权当记录一些自己常用到的pg数据库语句，持续更新~&lt;/p></description></item><item><title>Go学习笔记(一) | postgres与golang点点滴滴</title><link>https://razeen.me/posts/daily-pg-tips/</link><pubDate>Mon, 27 Nov 2017 00:07:00 +0000</pubDate><guid>https://razeen.me/posts/daily-pg-tips/</guid><description>&lt;p>在golang中使用数据库主要依赖&lt;code>database/sql&lt;/code>库以及pg的驱动库。而目前我们常用的pg的驱动库是 &lt;code>github.com/lib/pq&lt;/code>。这里我想说的不是如何去使用它们，毕竟人家文档已经很详细了，这里主要总结了一下自己日常使用中学到的一些技巧。&lt;/p></description></item></channel></rss>