plzhans @plzhans

A blog documenting the troubleshooting behind things I've built.

GitHub LinkedIn code mail rss

Categories
Tags

Database

Redis dump vs aof
Redis dump vs aof Compare Redis persistence options (RDB/Dump, AOF, and Hybrid AOF) along with key redis.conf settings, BGSAVE/fsync/COW impacts, and selection criteria that balance data loss risk with restart time.
Database Jun 10, 2025
How to Set Tabs to 4 Spaces in MySQL Workbench
How to Set Tabs to 4 Spaces in MySQL Workbench This post summarizes how to configure the Indentation setting in MySQL Workbench so that tab input is converted to 4 spaces. It also covers batch-converting SQL files that already contain tabs using …
Database May 17, 2019