Guide pratiche, strumenti e soluzioni per chi gestisce infrastrutture IT. Dalla configurazione di server Linux e container Docker al monitoring con Grafana, dalla gestione di database MySQL al troubleshooting di reti e sistemi. Articoli nati dall'esperienza quotidiana sul campo, pensati per chi vuole capire davvero come funzionano le cose — non solo farle funzionare.

How to improve mysql performance using CACHING

Before diving into a deep performance investigation — wait stats, execution plans, I/O benchmarks —…

Anayze SQL default trace to investigate instance events

SQL Server runs a lightweight background trace called the default trace that records a wide range of…

Queries to see rapidly what your MySql is doing NOW

When troubleshooting a slow or unresponsive MySQL instance, the first step is always the same: find…

SQL Jobs Monitoring: check last run datetime and duration

SQL Server Agent jobs are the backbone of automated database maintenance: backups, index rebuilds…

How to make your databases smaller and faster: find unused indexes

Indexes are one of the most powerful performance tools in SQL Server — and one of the most…

Queries to see rapidly what your SQL Server is doing NOW

When troubleshooting performance issues on a SQL Server instance, the first step is always to…

Usare algoritmi ricorsivi per sfogliare strutture ad albero

La ricorsione è uno degli strumenti più eleganti della programmazione: una funzione che richiama se…

Achille, la Tartaruga e il dilemma di un certo Zenone…

Cosa succederebbe se un grande guerriero e una piccola tartaruga si sfidassero in una gara di…