Website profile

Medium

On Medium, anyone can share insightful perspectives, useful knowledge, and life wisdom with the world.

  • 15,761articles · 30d
  • 55+ min agolatest article
  • Aug 14, 2026earliest in window
  • 68%with images
  • 77avg words
articles per day
Categories
  • Science & Technology 3,634
  • Arts, Culture, Entertainment & Media 3,624
  • People & Society 2,996
  • Economy, Business & Finance 1,939
  • Finance & Business 1,933
  • Computers & Electronics 1,910
  • Business & Industrial 1,867
  • Social Life 1,660

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

Medium
medium.com > @alakov.ilia > explain-describes-a-query-production-is-everything-else-thats-running-6b307b63c330

EXPLAIN Describes a Query. Production Is Everything Else That’s Running.

43+ min ago   (1398+ words) A while back I wrote about migrating a terabyte of banking data from Oracle to PostgreSQL with no downtime. The part people …...

Medium
medium.com > @ashrayadhikari > i-replaced-chroma-qdrant-and-pinecone-with-a-sqlite-file-1ae5210c85d4

I Replaced Chroma, Qdrant, and Pinecone With a SQLite File

40+ min ago   (165+ words) I needed a vector DB that didn’t require a daemon. SQLite was already there. Every RAG tutorial starts the same way. Step one: install …...

Medium
medium.com > @umeshcapg > the-database-connection-pool-was-configured-with-50-connections-so-why-did-the-20th-request-time-e559f67397cb

The database connection pool was configured with 50 connections, so why did the 20th request time…

5+ hour, 32+ min ago   (30+ words) The database connection pool was configured with 50 connections, so why did the 20th request time out? Understanding how parallel database queries inside a single HTTP request can exhaust your …...

Medium
medium.com > @sumit-paul > our-users-phones-were-the-backup-rebuilding-a-lost-database-from-app-caches-8c4d78dffc35

Our users’ phones were the backup: rebuilding a lost database from app caches

6+ hour, 19+ min ago   (223+ words) How expired cache entries on readers’ devices, server logs, and a year-old dump were merged back into MongoDB without …...

Medium
medium.com > @harshithgowdakt > vanilla-postgresql-vs-amazon-aurora-postgresql-7d383e80c68e

Vanilla PostgreSQL vs Amazon Aurora PostgreSQL

6+ hour, 54+ min ago   (1187+ words) At the application level, Amazon Aurora PostgreSQL looks like PostgreSQL. You connect with PostgreSQL drivers, run SQL, use transactions, indexes, MVCC. Underneath, it is a different database architecture. One sentence explains most of the difference: Vanilla PostgreSQL couples the database engine…...

Medium
medium.com > @rhutu.takle > ienumerable-vs-iqueryable-in-c-04df15b52729

IEnumerable vs. IQueryable in C#

7+ hour, 22+ min ago   (429+ words) This distinction sounds simple stated this way, but it has real, concrete consequences for where computation happens, how much data crosses the network, what C# expressions are even legal to write, and a specific, common class of bug that this…...

Medium
medium.com > @mohitdaxini75 > pattern-007-moving-rolling-windows-in-sql-39f153cd9027

Pattern #007: Moving / Rolling Windows in SQL

7+ hour, 17+ min ago   (33+ words) How to calculate what happened over the last N days — without confusing it with a running total A product manager asks: “What was our average daily …...

Medium
medium.com > @abhinitnobido10 > session-32-deadlock-handling-strategies-b886e1975f73

Session 32: Deadlock Handling Strategies

13+ hour, 12+ min ago   (758+ words) So now that we know what goes how a deadlock occurs we are now well equiped to think along the lines of Preventing and Handling Deadlocks. Ostrich Algorithm …...

Medium
medium.com > @chenyuan19/92/0509 > an-ai-agent-deleted-our-database-in-9-seconds-the-backup-was-3-months-old-c1c3abda92c9

An AI Agent Deleted Our Database in 9 Seconds. The Backup Was 3 Months Old

16+ hour, 20+ min ago   (453+ words) # An AI Agent Deleted Our Database in 9 Seconds. The Backup Was 3 Months Old On a Friday afternoon in late April 2026 …...

Medium
medium.com > @derek.mwale > the-architecture-of-systems-that-must-remember-everything-80e0af993f0e

The Architecture of Systems That Must Remember Everything

16+ hour, 44+ min ago   (1310+ words) “” is published by Derek Mwale....