By default, trimming is disabled in Debian Buster. If you have an SSD, you can enable periodic trimming:
$ sudo systemctl enable fstrim.timer
The alternative is continuous trimming, which is enabled by passing discard
option to the filesystem in /etc/fstab/
.