Typesense usage going crazy!
Hey all, typesense seems to be climbing a lot on the storage usage, is anyone experiencing this?

15 Replies
https://github.com/immich-app/immich/issues?q=is%3Aissue+typesense
Already tried to delete + recreate + recognize faces + merge more faces
GitHub
Issues · immich-app/immich
Self-hosted photo and video backup solution directly from your mobile phone. - Issues · immich-app/immich
Keeps climbing
This is getting out of hand

Due to logging?? Is this line in your docker-compose? https://discord.com/channels/979116623879368755/1130862959346860032/1130877703617253477
Interesting, i doubt it's logging though, is that an environment variable on the container itself? I use kubernetes instead of docker compose
That’s bizarre. Can you see what’s taking up so much space in that volume?
Hello 🙂 I have the same issue
I had to disable typesense for the time being as the volume would take too much space
the volume would take too much space and the container would have a high cpu usage
ok, I think I have find something. I have deleted the typesense container and the tsdata volume before creating it again (using 0.24.0 version). And then in Immich, I run the "Tag objects" and "Encode Clip" jobs again
now things seem to be working properly : no high IO, tsdata volume size is contained
Yeah
Same here
Just checked and it's now at 900MB
Version 0.24.0 is where the "solution" is at
version 0.24.0 AND running the jobs again
Good call, I did run my jobs again
GitHub
v0.24 Upgrade causing disk space issues on servers · Issue #928 · t...
RocksDB garbage collection not clearing disk up after collections marked for deletion. This is causing the disk space on the VMs our typesense servers are running on to run out of disk within a cou...
I came here to get help with this. I'm on unRAID, and the immich_tsdata volume connected to the immich_typesense docker has grown to 9G after importing about 80,000 pictures. This should be mapped to a share outside of the docker. I don't really care how big it grows - but it has now filled up my docker image file.
Reading above. Ugh. Do I have to delete and recreate all my image / face tags?
the typesense database don't interfere with the existing data in postgres database, it just indexes them. So if you remove typesense database and recreate it, you won't have to recreate all your image, face or tag
so, just to be clear. I can delete the /data folder in immich_typesense and then rebuild the stack ?
Correct
It will reindex when the server start up