FIELD NOTES

Practical technology,
explained like a conversation.

Tutorials, operational lessons and verified industry developments from the point where infrastructure, security and software meet.

152published notes
Databases & Reliability

Run SQLite integrity checks

Before touching configuration, we will turn the symptom into a precise question and collect a baseline that can be compared after the work.Our specific objective is run sqlite integrity checks. Integrity che…

Read note →
Databases & Reliability

Restore a MySQL SQL dump with verifiable boundaries

The familiar MySQL restore command is short; a defensible restore is not. Shell input redirection can feed a SQL file to the mysql client, but it does not prove the dump is complete, compatible, aimed at the r…

Read note →
Databases & Reliability

Design retention before tables grow

This procedure is written for real environments where access, uptime and rollback matter as much as the technical fix.Our specific objective is design retention before tables grow. Measure growth, define bus…

Read note →
Databases & Reliability

Prove a database index will help before adding it

Turn a slow-query complaint into evidence: capture the real predicate, read the execution plan, design column order from access patterns and measure write cost.

Read note →
Databases & Reliability

Read PostgreSQL index usage

This is a practical operator’s guide: establish context, run the smallest useful check, interpret it correctly, and leave a clean recovery path.Our specific objective is read postgresql index usage. Use work…

Read note →
Databases & Reliability

Check database connection pressure

When this problem appears in production, urgency encourages guessing. The procedure below deliberately slows the first minute down so the next thirty are useful.Our specific objective is check database conne…

Read note →
Databases & Reliability

Inspect Redis memory clearly

Treat this task as a short investigation rather than a magic command. The command matters, but the context around it is what makes the result trustworthy.Our specific objective is inspect redis memory clearl…

Read note →
Databases & Reliability

Find long PostgreSQL queries

The fastest safe route here begins with narrowing the question. We will collect evidence first and change nothing until the output points somewhere specific.Our specific objective is find long postgresql que…

Read note →
Databases & Reliability

Back up MySQL consistently

A good diagnosis should be repeatable by another engineer. We will record the environment, run a bounded test and verify the result from the service boundary.Our specific objective is back up mysql consisten…

Read note →
Page 1 of 2 · 16 posts