<?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>SQL on ToiDB</title>
    <link>https://www.toidang.xyz/tags/sql/</link>
    <description>Recent content in SQL on ToiDB</description>
    <image>
      <title>ToiDB</title>
      <url>https://www.toidang.xyz/web/static/me-512x512.png</url>
      <link>https://www.toidang.xyz/web/static/me-512x512.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 14 Jul 2024 09:31:23 +0700</lastBuildDate>
    <atom:link href="https://www.toidang.xyz/tags/sql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction: Apache Doris - A Distributed SQL-Based Data Warehouse System</title>
      <link>https://www.toidang.xyz/posts/2024/07/09/introduction-apache-doris-a-distributed-sql-based-data-warehouse-system/</link>
      <pubDate>Tue, 09 Jul 2024 12:00:00 +0000</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/07/09/introduction-apache-doris-a-distributed-sql-based-data-warehouse-system/</guid>
      <description>Learn about Apache Doris, a distributed SQL-based data warehouse system that offers high performance and scalability for data analytics.</description>
    </item>
    <item>
      <title>Introduction to DuckDB: The New Database for Data Analysis</title>
      <link>https://www.toidang.xyz/posts/2024/06/29/introduction-to-duckdb-the-new-database-for-data-analysis/</link>
      <pubDate>Sat, 29 Jun 2024 10:00:00 +0000</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/06/29/introduction-to-duckdb-the-new-database-for-data-analysis/</guid>
      <description>Discover DuckDB, the high-performance, easy-to-use database designed for modern data analysis.</description>
    </item>
    <item>
      <title>Redash: Empowering Data Visualization and Collaboration</title>
      <link>https://www.toidang.xyz/posts/2024/03/24/redash-empowering-data-visualization-and-collaboration/</link>
      <pubDate>Sun, 24 Mar 2024 07:09:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/24/redash-empowering-data-visualization-and-collaboration/</guid>
      <description>Redash is an open-source data visualization and collaboration platform that allows users to connect to various data sources, execute SQL queries, visualize data, and share insights with team members. Learn more about the key features of Redash and how it empowers organizations to make data-driven decisions.</description>
    </item>
    <item>
      <title>Understanding PostgreSQL COUNT(NULL), COUNT(*), and COUNT(1)</title>
      <link>https://www.toidang.xyz/posts/2024/03/10/understanding-postgresql-countnull-count-and-count1/</link>
      <pubDate>Sun, 10 Mar 2024 09:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/10/understanding-postgresql-countnull-count-and-count1/</guid>
      <description>In PostgreSQL, the COUNT function is commonly used to count the number of rows in a table. However, there are subtle differences between COUNT(NULL), COUNT(*), and COUNT(1) that are worth understanding. Let&amp;rsquo;s delve into each of these variants, their usage, and performance implications.</description>
    </item>
    <item>
      <title>Unlocking the Power of PostgreSQL Window Functions: A Comprehensive Guide</title>
      <link>https://www.toidang.xyz/posts/2024/03/01/unlocking-the-power-of-postgresql-window-functions-a-comprehensive-guide/</link>
      <pubDate>Fri, 01 Mar 2024 21:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/01/unlocking-the-power-of-postgresql-window-functions-a-comprehensive-guide/</guid>
      <description>In PostgreSQL, window functions are a powerful feature that allows you to perform complex analytical calculations within SQL queries. By understanding the key features and common use cases of window functions, you can unlock their full potential and gain valuable insights into your data.</description>
    </item>
    <item>
      <title>Understanding PostgreSQL DISTINCT ON</title>
      <link>https://www.toidang.xyz/posts/2024/02/28/understanding-postgresql-distinct-on/</link>
      <pubDate>Wed, 28 Feb 2024 21:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/02/28/understanding-postgresql-distinct-on/</guid>
      <description>In PostgreSQL, the DISTINCT ON clause is a powerful tool used in the SELECT statement to retrieve unique rows based on a specified set of columns. It is often combined with the ORDER BY clause to determine which unique rows to select.</description>
    </item>
  </channel>
</rss>
