hack mysql>
design
The Fallacy of Small Functions
The First Design
Component-based Software Design
Thinking in Go
Bootloader Design Pattern
Approaching a New Software Project
Five-Point Checklist for Excellent Software
Designing Tools for Integration
How To Test the Database
Design Before Implementation
A Philosophy of Software Design
by John Ousterhout
engineer
Benchmarking
Career Advice
Database Operations Manual
How to Write Well
Level Up
Percentiles
go
Go Antipatterns
Go Channel Red Flags
Go Error Types
Go Single-character Names
Idiomatic Go
mysql
Latest
2024-06-20
Lessons From 20 Years Hacking MySQL (Part 1)
2024-06-20
Lessons From 20 Years Hacking MySQL (Part 2)
2024-05-31
Why MySQL Replication Is Fast
2024-04-17
When COMMIT Is the Slowest Query
2023-11-28
The Infamous ORDER BY LIMIT Query Optimizer Bug
Most Popular
8,664 views
MySQL EXPLAIN ANALYZE
5,518 views
MySQL Threads Running: How Hard is MySQL Working?
4,090 views
COMMIT Latency: Aurora vs. RDS MySQL 8.0
3,944 views
I Don't Want to Shard (MySQL)
3,488 views
Are Aurora Performance Claims True?
Watch and Learn
An Efficient Path to Learning MySQL Performance
Learn MySQL by PlanetScale
More Pages
Password Rotation with AWS Secrets Manager and Lambda
Select and Sort Status Variables
MySQL Transaction Reporting
All MySQL Content
mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE '
aws-s3
' ORDER BY created_at DESC;
|
created_at
|
updated_at
|
title
|
subtitle
|
tags
|
|
2020-12-28
|
|
MySQL Password Rotation with AWS Secrets Manager and Lambda
|
|
mysql, aws, aws-secrets-manager, aws-lambda, aws-s3, terraform
|
1 rows in set (0.00 sec)