MySQL
AssessTools
A relational database used to store structured application data and transactions.
Why it's here
Placed in Assess: 2 article(s) of evidence from 2 source(s), led by product launches, with 2 in the last 30 days. Confidence 37%.
Evidence (2)
- 6Hacker News·7/16/2026researchHow 768 servers can appear as one database
The article explains how relational databases such as Postgres can scale from a single server to hundreds of servers by using read replicas and, ultimately, database sharding. It highlights the main limits of vertical scaling and replication, especially write bottlenecks and data capacity constraints, and describes sharding as the path to handling petabyte-scale workloads.
- 6The New Stack·7/15/2026product_launchWhat breaks when AI notetaker memory scales
The article examines how Plaud’s AI notetaker hit a scaling problem not in transcription quality, but in serving stored transcripts back to users quickly. Its original split between MySQL for metadata and S3 for large audio and transcript files worked at launch, but created latency and consistency issues when the product needed to behave like a real-time memory system.