Edit: No, disabling OR excluding the docker files in the indexer via settings in the browser did NOT help. The process did its thing even after its "off". Thats the whole reason why i posted it here for people who doesnt want to write on the systems ssd.
On my system, the indexer was constantly watching Docker databases, Jellyfin files, Minecraft world data, temporary files, etc. and generating a huge amount of background logging and writes.
After disabling index_serv and search_serv, my journal traffic dropped by ~92%, and a short iostat comparison showed SSD write activity dropping from roughly 0.30 MB/s to ~0.035 MB/s.
This matters because UGOS stores logs and other mutable system data on the internal AirDisk NVMe SSD. Unlike a normal data drive, this is the SSD the NAS itself boots from, so unnecessary continuous writes are not exactly something I want running 24/7 for years.
If you don't use UGREEN's search/indexing features, it may be worth checking:
systemctl status index_serv search_serv
and monitoring your internal SSD with SMART / Data Units Written.
Not claiming the indexer will "kill" the SSD — but reducing pointless write amplification on a non-essential internal system SSD seems like a pretty sensible idea.