Feed

MySQL

Discover MySQL query optimization techniques, replication strategies, and administration. Our digest aggregates JSON support, performance tuning, and master-slave configurations from database administrator communities across Hacker News and Reddit.

Articles from the last 30 days

AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
01Tuesday, February 3, 2026

AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines

AliSQL is Alibaba's specialized open-source branch of MySQL, specifically forked and optimized for massive-scale production environments. The latest release, version 8.0.44 (LTS), introduces significant enhancements including the native integration of DuckDB as a storage engine, which provides users with lightweight analytical capabilities using standard SQL interfaces. Furthermore, AliSQL now supports enterprise-grade vector storage with up to 16,383 dimensions, utilizing an optimized HNSW algorithm for high-performance Approximate Nearest Neighbor search, making it a powerful tool for AI-driven applications like semantic search. The project roadmap includes ambitious improvements to DDL efficiency, recovery time objectives (RTO), and replication throughput via parallel processing. These features aim to reduce latency and eliminate replication lag, ensuring high availability and stability for modern, data-intensive organizations.

Sources:Hacker News264 pts
Show HN: SQL-tap – Real-time SQL traffic viewer for PostgreSQL and MySQL
02Saturday, February 14, 2026

Show HN: SQL-tap – Real-time SQL traffic viewer for PostgreSQL and MySQL

sql-tap is a real-time SQL traffic viewer composed of a proxy daemon and a TUI client. It intercepts PostgreSQL or MySQL queries using wire protocols to display transactions and performance metrics. Users can run EXPLAIN, analyze execution times, and inspect queries without modifying application code, streaming data via gRPC to an interactive terminal.

Sources:Hacker News210 pts