<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Databases - Syntaxis</title><description>Latest technical articles, guides, and research on Databases.</description><link>https://syntaxis-seven.vercel.app/</link><item><title>Opinion: Your Tests Can&apos;t See What a Migration Destroys — Dry-Run It on a Clone</title><link>https://syntaxis-seven.vercel.app/blog/opinion-your-tests-cant-see-what-a-migration-destroys-dry-run-it-on-a-clone/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/opinion-your-tests-cant-see-what-a-migration-destroys-dry-run-it-on-a-clone/</guid><description>We’ve all been there. You write a migration, run the test suite, watch the green checkmarks roll in, and ship it. Then, hours later, alerts start firing: corrup...</description><pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Why a 99% Cache Hit Rate Is 10x Faster Than 90% (Not 9%)</title><link>https://syntaxis-seven.vercel.app/blog/why-a-99-cache-hit-rate-is-10x-faster-than-90-not-9/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/why-a-99-cache-hit-rate-is-10x-faster-than-90-not-9/</guid><description>When you glance at cache metrics, the jump from 90 % to 99 % hit rate often feels like a modest 9 % improvement. In reality the system latency can shrink by an ...</description><pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Dennis Started Keeping Notes Or: what happens when your software refuses to forget what it saw.</title><link>https://syntaxis-seven.vercel.app/blog/dennis-started-keeping-notes-or-what-happens-when-your-software-refuses-to-forget-what-it-saw/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/dennis-started-keeping-notes-or-what-happens-when-your-software-refuses-to-forget-what-it-saw/</guid><description>When we call a system &quot;stateful,&quot; we usually mean it holds enough context to process the next request correctly. But when that context grows unbounded, the syst...</description><pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>NULL in SQL: Why = NULL Finds Nothing and What to Write Instead</title><link>https://syntaxis-seven.vercel.app/blog/null-in-sql-why-null-finds-nothing-and-what-to-write-instead/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/null-in-sql-why-null-finds-nothing-and-what-to-write-instead/</guid><description>During a recent migration of our promotional dashboard to handle millions of campaign records, a critical reporting query silently failed. The team spent four h...</description><pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Which SQL Database Should You Install?</title><link>https://syntaxis-seven.vercel.app/blog/which-sql-database-should-you-install/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/which-sql-database-should-you-install/</guid><description>Last year, I watched a team spend six months migrating off a distributed SQL cluster they never needed. The kicker? Their peak load was 200 writes per second. A...</description><pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>.NET 11 Preview 7 Brings Updates Across C#, ASP.NET Core, EF Core, and Windows Forms</title><link>https://syntaxis-seven.vercel.app/blog/net-11-preview-7-brings-updates-across-c-aspnet-core-ef-core-and-windows-forms/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/net-11-preview-7-brings-updates-across-c-aspnet-core-ef-core-and-windows-forms/</guid><description>Preview 7 of .NET 11 marks a distinct pivot in how the framework handles data movement, query compilation, and UI binding. The engineering teams behind the runt...</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Looking for Missed Alarm Bugs in a Formal Verification Tool</title><link>https://syntaxis-seven.vercel.app/blog/looking-for-missed-alarm-bugs-in-a-formal-verification-tool/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/looking-for-missed-alarm-bugs-in-a-formal-verification-tool/</guid><description>Last month, a major e-commerce platform lost $2.3 million in a single hour. Not from a DDoS attack or a cache stampede—but from a corrupted shopping cart state ...</description><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>PostgreSQL for Everything</title><link>https://syntaxis-seven.vercel.app/blog/postgresql-for-everything/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/postgresql-for-everything/</guid><description>Relational databases have been the backbone of enterprise applications for decades. PostgreSQL, however, has evolved from a solid SQL engine into a multi‑model ...</description><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Degraded performance for multiple models</title><link>https://syntaxis-seven.vercel.app/blog/degraded-performance-for-multiple-models/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/degraded-performance-for-multiple-models/</guid><description>We’ve all seen it—applications that work fine with a single model but start choking when multiple models come into play. Maybe it’s a user profile system couple...</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Linux 7.3 improves performance when running out of vRAM</title><link>https://syntaxis-seven.vercel.app/blog/linux-73-improves-performance-when-running-out-of-vram/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/linux-73-improves-performance-when-running-out-of-vram/</guid><description>A PostgreSQL instance that exhausts physical RAM suddenly starts swapping, and query latency spikes into the seconds. In our production cluster we saw a 3× slow...</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Rethinking Database Programming</title><link>https://syntaxis-seven.vercel.app/blog/rethinking-database-programming/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/rethinking-database-programming/</guid><description>For decades, we’ve treated databases as imperative machines: send a SQL string, get rows back. It works until it doesn’t. The model frays when queries become ad...</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Docker Compose - orquestrando múltiplos containers</title><link>https://syntaxis-seven.vercel.app/blog/docker-compose-orquestrando-m%C3%BAltiplos-containers/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/docker-compose-orquestrando-m%C3%BAltiplos-containers/</guid><description>Quando se trata de desenvolver aplicações complexas, a capacidade de gerenciar múltiplos containers é fundamental. A containerização é um conceito que permite q...</description><pubDate>Sun, 16 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Docker - redes e volumes na prática</title><link>https://syntaxis-seven.vercel.app/blog/docker-redes-e-volumes-na-pr%C3%A1tica/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/docker-redes-e-volumes-na-pr%C3%A1tica/</guid><description>Docker é uma ferramenta fundamental no desenvolvimento de software moderno, permitindo que os desenvolvedores criem, testem e implantem aplicativos de forma efi...</description><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Study links coffee consumption to metabolic health and sex hormones</title><link>https://syntaxis-seven.vercel.app/blog/study-links-coffee-consumption-to-metabolic-health-and-sex-hormones/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/study-links-coffee-consumption-to-metabolic-health-and-sex-hormones/</guid><description>As a software engineer, I&apos;ve always been fascinated by the connection between our daily habits and our overall health. Recently, a study caught my attention tha...</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>We tracked down the 16-year-old WAL-reset SQLite bug</title><link>https://syntaxis-seven.vercel.app/blog/we-tracked-down-the-16-year-old-wal-reset-sqlite-bug/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/we-tracked-down-the-16-year-old-wal-reset-sqlite-bug/</guid><description>SQLite is one of the most widely used databases in the world, powering countless applications on mobile devices, desktops, and servers. Its popularity stems...</description><pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Tailscale Traces Database Corruption to 16y/o SQLite...</title><link>https://syntaxis-seven.vercel.app/blog/tailscale-traces-database-corruption-to-16yo-sqlite-wal-reset-bug/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/tailscale-traces-database-corruption-to-16yo-sqlite-wal-reset-bug/</guid><description>Tailscale, a popular platform for secure networking, relies heavily on SQLite for data storage. Recently, the Tailscale team encountered a perplexing issue...</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Worms: The Future of Yesterday&apos;s Worms Today</title><link>https://syntaxis-seven.vercel.app/blog/worms-the-future-of-yesterdays-worms-today/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/worms-the-future-of-yesterdays-worms-today/</guid><description>We&apos;ve all seen the old patterns. The trusted transaction log. The batch repair script that runs overnight. The nightly backups that sometimes corrupt data...</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Shopify replaced Redis with MySQL for inventory...</title><link>https://syntaxis-seven.vercel.app/blog/shopify-replaced-redis-with-mysql-for-inventory-reservationsand-it-scaled/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/shopify-replaced-redis-with-mysql-for-inventory-reservationsand-it-scaled/</guid><description>As e-commerce platforms continue to grow, managing inventory effectively is crucial for maintaining a seamless customer experience. Shopify, a leading...</description><pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Uber SubmitQueue: a high-performance speculative merge queue</title><link>https://syntaxis-seven.vercel.app/blog/uber-submitqueue-a-high-performance-speculative-merge-queue/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/uber-submitqueue-a-high-performance-speculative-merge-queue/</guid><description>Database transaction processing is a fundamental component of many modern applications, and its performance can significantly impact the overall user...</description><pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>Can Intel finally beat ARM on performance per Watt?</title><link>https://syntaxis-seven.vercel.app/blog/can-intel-finally-beat-arm-on-performance-per-watt/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/can-intel-finally-beat-arm-on-performance-per-watt/</guid><description>If you’ve spent any time on Hacker News lately, you’ve likely seen the inevitable showdown: ARM vs. x86. The debate usually centers on raw throughput, but...</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>6 Sports Fan Engagement Companies Worth Watching in 2026</title><link>https://syntaxis-seven.vercel.app/blog/6-sports-fan-engagement-companies-worth-watching-in-2026/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/6-sports-fan-engagement-companies-worth-watching-in-2026/</guid><description>The sports industry is evolving from passive viewership to active, data-driven fan participation. Companies like DraftKings, ESPN, and NBA’s League Pass are...</description><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>AMD acquires Taalas to boost inference performance by etching...</title><link>https://syntaxis-seven.vercel.app/blog/amd-acquires-taalas-to-boost-inference-performance-by-etching-models-in-silicon/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/amd-acquires-taalas-to-boost-inference-performance-by-etching-models-in-silicon/</guid><description>AMD&apos;s $1.2 billion acquisition of Taalas Semiconductor in Q2 2024 marks a pivotal pivot toward silicon-level AI optimization. Unlike traditional GPU...</description><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>textlog – A quiet, text-only microblogging platform,...</title><link>https://syntaxis-seven.vercel.app/blog/textlog-a-quiet-text-only-microblogging-platform-open-source-no-js/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/textlog-a-quiet-text-only-microblogging-platform-open-source-no-js/</guid><description>As a developer, I&apos;ve always been fascinated by the simplicity and elegance of text-based interfaces. In an era where social media platforms are dominated by...</description><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item><item><title>I built a Symfony bundle for importing and exporting Doctrine...</title><link>https://syntaxis-seven.vercel.app/blog/i-built-a-symfony-bundle-for-importing-and-exporting-doctrine-entities-im-looking-for-feedback/</link><guid isPermaLink="true">https://syntaxis-seven.vercel.app/blog/i-built-a-symfony-bundle-for-importing-and-exporting-doctrine-entities-im-looking-for-feedback/</guid><description>I needed to move 40,000+ customer records between two Symfony applications that shared the same legacy MySQL database. Sounds simple, right? It wasn&apos;t. I...</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate><author>Principal Database Architect</author></item></channel></rss>