Tag: SQL
All the articles with the tag "SQL".
System Design Databases: SQL vs NoSQL
Published: at 08:30 AM(6 min read)SQL vs NoSQL is not about preference. It's about access patterns. Here's the framework for choosing the right database every time.
The Journey to Smarter SQL - Building Reindeer's Lightning-Fast Autocomplete
Published: at 10:00 AM(5 min read)A deep dive into the iterative process of building an AI-powered SQL autocomplete feature, highlighting the technical challenges of latency and cost, and the novel solution of local suggestion caching.