<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sendil</title>
    <description>The latest articles on DEV Community by Sendil (@senthilsivam41).</description>
    <link>https://dev.to/senthilsivam41</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F879865%2Fe707cf4d-544a-4030-919c-2a097b8c32aa.jpeg</url>
      <title>DEV Community: Sendil</title>
      <link>https://dev.to/senthilsivam41</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/senthilsivam41"/>
    <language>en</language>
    <item>
      <title>OLAP and OLTP lines are blurring</title>
      <dc:creator>Sendil</dc:creator>
      <pubDate>Sun, 05 Jul 2026 00:52:38 +0000</pubDate>
      <link>https://dev.to/senthilsivam41/olap-and-oltp-lines-are-blurring-31pe</link>
      <guid>https://dev.to/senthilsivam41/olap-and-oltp-lines-are-blurring-31pe</guid>
      <description>&lt;p&gt;The Data Engineering Holy Grail: Running intensive analytical queries without starving your operational transactional database connections on the same host machine.&lt;/p&gt;

&lt;p&gt;Historically, this was an anti-pattern. A single rogue reporting query could blow out system RAM and crash your core application database.&lt;/p&gt;

&lt;p&gt;Extensions like &lt;code&gt;pg_lake&lt;/code&gt; bypass this limitation by decoupling the storage plane entirely into cloud data lakes using Apache Iceberg, while offloading the OLAP execution path to an isolated background process running a vectorized DuckDB engine.&lt;/p&gt;

&lt;p&gt;I’ve mapped out the end-to-end execution flow, resource safety boundaries, and scheduling differences between macro-distributed engines and micro-morsel processing engines.&lt;/p&gt;

&lt;p&gt;Dive into the full architecture layout here:&lt;br&gt;
&lt;a href="https://github.com/Senthilsivam41/solution-catalog/blob/main/DeepDiveDuckDB.md" rel="noopener noreferrer"&gt;DeepDiveDuckDB&lt;/a&gt;&lt;/p&gt;

</description>
      <category>duckdb</category>
      <category>pglake</category>
    </item>
    <item>
      <title>OLAP and OLTP lines are getting blurred.. find out - https://github.com/Senthilsivam41/solution-catalog/blob/main/DeepDiveDuckDB.md</title>
      <dc:creator>Sendil</dc:creator>
      <pubDate>Sun, 05 Jul 2026 00:50:46 +0000</pubDate>
      <link>https://dev.to/senthilsivam41/olap-and-oltp-lines-are-getting-blurred-find-out--599a</link>
      <guid>https://dev.to/senthilsivam41/olap-and-oltp-lines-are-getting-blurred-find-out--599a</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/Senthilsivam41/solution-catalog/blob/main/DeepDiveDuckDB.md" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2Ff56968e6f1d932250ea81d9fbd2057aeb3d0478a860377395b9b08ab36a8276b%2FSenthilsivam41%2Fsolution-catalog" height="600" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/Senthilsivam41/solution-catalog/blob/main/DeepDiveDuckDB.md" rel="noopener noreferrer" class="c-link"&gt;
            solution-catalog/DeepDiveDuckDB.md at main · Senthilsivam41/solution-catalog · GitHub
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Solution Catalog to update my ideas and approaches to modern problem statements - Senthilsivam41/solution-catalog
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.githubassets.com%2Ffavicons%2Ffavicon.svg" width="32" height="32"&gt;
          github.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
