Skip to main content
Database Guru

Database Guru

Column: Database Guru

Column: Database Guru

·991 words·5 mins
The database field is filled with too much nonsense and false marketing. Database Veteran helps you see through the fog, penetrate the confusion, and strike at the core and essence of the industry.
Modern Hardware for Future Databases

Modern Hardware for Future Databases

·2964 words·14 mins
This article is a comprehensive review of how hardware developments affect database design, introducing key hardware advances in networking, storage, and computing.
Open Source "Tyrant" Linus's Purge

Open Source "Tyrant" Linus's Purge

·970 words·5 mins
The Linux community is essentially imperial — and Linus himself is the earliest and most successful technical dictator. People are used to Linus’s generosity but forget this point.
Optimize Bio Cores First, CPU Cores Second

Optimize Bio Cores First, CPU Cores Second

·2084 words·10 mins
Programmers are expensive, scarce biological computing cores, the anchor point of software costs — please prioritize optimizing biological cores before optimizing CPU cores.
MongoDB: Now Powered by PostgreSQL?

MongoDB: Now Powered by PostgreSQL?

·9663 words·46 mins
MongoDB 3.2’s analytics subsystem turned out to be an embedded PostgreSQL database? A whistleblowing story from MongoDB’s partner about betrayal and disillusionment.
Switzerland Mandates Open Source for Government Software

Switzerland Mandates Open Source for Government Software

·729 words·4 mins
Switzerland’s government leads the way with open source legislation, showing IT developing countries how to ensure software sovereignty and control. True autonomy and control stem from “open source communities,” not some “nationalist” style “domestic software.”
Can Oracle Still Save MySQL?

Can Oracle Still Save MySQL?

·1434 words·7 mins
Percona founder Peter Zaitsev publicly expressed disappointment with MySQL and its IP owner Oracle in an official blog post, as well as dissatisfaction with performance degradation in newer versions. This is indeed a signal worth attention.
Oracle Finally Killed MySQL

Oracle Finally Killed MySQL

·807 words·4 mins
Peter Zaitsev, founder of Percona (an important company in the MySQL ecosystem), wrote an article harshly criticizing Oracle’s actions and inactions that killed MySQL.
MySQL Performance Getting Worse, Where Is Sakila Going?

MySQL Performance Getting Worse, Where Is Sakila Going?

·1382 words·3 mins
MySQL performance degrades with higher versions? While PostgreSQL advances triumphantly, eating the database world, MySQL’s performance and features are being left further behind. Why has MySQL stagnated under Oracle? I think it’s mainly the fault of cloud vendors freeloading - PG should take warning.
Can Chinese Domestic Databases Really Compete?

Can Chinese Domestic Databases Really Compete?

·1963 words·10 mins
Friends often ask me, can Chinese domestic databases really compete? To be honest, it’s a question that offends people. So let’s try speaking with data - I hope the charts provided in this article can help readers understand the database ecosystem landscape and establish more accurate proportional awareness.
Are Specialized Vector Databases Dead?

Are Specialized Vector Databases Dead?

·1835 words·9 mins
Vector storage and retrieval is a real need, but specialized vector databases are already dead. Small needs are solved by OpenAI directly, standard needs are captured by existing mature databases with vector extensions. The ecological niche left for specialized vector databases might support one company, but trying to build an industry around AI stories is impossible.
Are Databases Really Being Strangled?

Are Databases Really Being Strangled?

·2234 words·11 mins
Many “domestic databases” are just shoddy, inferior products that can’t be helped. Xinchuang domestic OS/databases are essentially IT pre-made meals in schools. Users hold their noses while migrating, developers pretend to work hard, and everyone plays along with leaders who neither understand nor care about technology. The infrastructure software industry isn’t being strangled by anyone - the real chokehold comes from the so-called “insiders.”
Back to Basics: Tech Reflection Chronicles

Back to Basics: Tech Reflection Chronicles

·826 words·2 mins
The cost-cutting and efficiency imperative has triggered a reevaluation of all technologies, including databases. This series will critique hot technologies in the DB field and pose fundamental questions about their trade-offs in today’s context.
Database Demand Hierarchy Pyramid

Database Demand Hierarchy Pyramid

·1669 words·8 mins
Similar to Maslow’s hierarchy of needs, user demands for databases also have a progressive hierarchy: physiological needs, safety needs, belonging needs, esteem needs, cognitive needs, aesthetic needs, self-actualization needs, and transcendence needs.
Are Microservices a Stupid Idea?

Are Microservices a Stupid Idea?

·624 words·3 mins
Even Amazon, the SOA exemplar, thinks microservices and serverless suck. Are microservice architectures still a good idea? Amazon’s Prime Video team published a very compelling case study explaining why they abandoned microservices and serverless architecture.
NewSQL: Distributive Nonsens

NewSQL: Distributive Nonsens

·2697 words·6 mins
As hardware technology advances, the capacity and performance of standalone databases have reached unprecedented heights. which makes distributed (TP) databases appear utterly powerless, much like the “data middle platform,” donning the emperor’s new clothes in a state of self-deception.
Understanding Character Encoding Principles

Understanding Character Encoding Principles

·4732 words·10 mins
Without understanding the basic principles of character encoding, even simple string operations like comparison, sorting, and random access can easily lead you into pitfalls. This article attempts to clarify these issues through a comprehensive explanation.
Concurrency Anomalies Explained

Concurrency Anomalies Explained

·6114 words·29 mins
Concurrent programs are hard to write correctly and even harder to write well. Many programmers simply throw these problems at the database… But even the most sophisticated databases won’t help if you don’t understand concurrency anomalies and isolation levels.
Blockchain and Distributed Databases

Blockchain and Distributed Databases

·537 words·3 mins
The technical essence, functionality, and evolution of blockchain is distributed databases. Specifically, it’s a Byzantine Fault Tolerant (resistant to malicious node attacks) distributed (leaderless replication) database.
Consistency: An Overloaded Term

Consistency: An Overloaded Term

·655 words·4 mins
The term “consistency” is heavily overloaded, representing different concepts in different contexts. For example, the C in ACID and the C in CAP actually refer to different concepts.
Why Study Database Principles

Why Study Database Principles

·2132 words·11 mins
Those who only know how to code are just programmers; learn databases well, and you can at least make a living; but for excellent engineers, merely using databases is far from enough.