<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Postgresql on David Lang</title>
    <link>https://www.davidlang.tech/tags/postgresql/</link>
    <description>Recent content in Postgresql on David Lang</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 10 Aug 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.davidlang.tech/tags/postgresql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PostgreSQL vs MySQL: Choosing the Right Database</title>
      <link>https://www.davidlang.tech/posts/postgresql-vs-mysql-choosing-the-right-database/</link>
      <pubDate>Mon, 10 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://www.davidlang.tech/posts/postgresql-vs-mysql-choosing-the-right-database/</guid>
      <description>&lt;p&gt;Relational databases remain the backbone of most full stack applications. PostgreSQL and MySQL are the two most common choices-each excels in different scenarios.&lt;/p&gt;&#xA;&lt;h2 id=&#34;postgresql-strengths&#34;&gt;PostgreSQL Strengths&lt;/h2&gt;&#xA;&lt;p&gt;PostgreSQL offers advanced types (JSONB, arrays), full-text search, robust concurrency (MVCC), and extensions like PostGIS. It is the default choice for complex queries, analytics-heavy apps, and strict data integrity.&lt;/p&gt;&#xA;&lt;h2 id=&#34;mysql-strengths&#34;&gt;MySQL Strengths&lt;/h2&gt;&#xA;&lt;p&gt;MySQL (and MariaDB) are widely hosted, familiar to many teams, and perform well for read-heavy web workloads. Managed offerings are plentiful and often slightly cheaper at small scale.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
