<?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>Postgresql on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/postgresql/</link><description>Recent content in Postgresql on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Sat, 28 Feb 2026 22:11:48 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/postgresql/index.xml" rel="self" type="application/rss+xml"/><item><title>Scaling PostgreSQL</title><link>http://karpoke.ignaciocano.com/2026/02/28/scaling-postgresql/</link><pubDate>Sat, 28 Feb 2026 22:11:48 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2026/02/28/scaling-postgresql/</guid><description>&lt;blockquote&gt;
&lt;p&gt;How OpenAI scaled PostgreSQL to handle millions of queries per second for
800 million users. Through rigorous optimizations, connection pooling,
caching strategies, and careful workload isolation, PostgreSQL powers
ChatGPT with a single primary and nearly 50 read replicas across regions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;» Bohan Zhang | &lt;a href="https://openai.com/index/scaling-postgresql/"&gt;openai.com&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Instalar Postgresql 9.6 en Ubuntu 16.04</title><link>http://karpoke.ignaciocano.com/2016/12/13/instalar-postgresql-9-6-en-ubuntu-16-04/</link><pubDate>Tue, 13 Dec 2016 19:24:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2016/12/13/instalar-postgresql-9-6-en-ubuntu-16-04/</guid><description>&lt;p&gt;La versión de Postgresql que viene en los repositorios de Ubuntu Xenial Xerus
es la 9.5. Si queremos instalar la 9.6, podemos recurrrir al PPA oficial.&lt;/p&gt;
&lt;p&gt;Importamos la clave:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc |
sudo apt-key add -
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Añadimos el PPA:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ echo &amp;#34;deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main&amp;#34; |
sudo tee /etc/apt/sources.list.d/postgresql.list
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Actualizamos e instalamos:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ sudo apt update
$ sudo apt install postgresql-9.6 postgresql-contrib
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="referencias"&gt;Referencias&lt;/h2&gt;
&lt;p&gt;» &lt;a href="http://linoxide.com/tools/setup-postgresql-access-phppgadmin-ubuntu-16-04/"&gt;linoxide.com&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>