Typesense usage going crazy!

Hey all, typesense seems to be climbing a lot on the storage usage, is anyone experiencing this?
No description
15 Replies
FancyGUI
FancyGUIOP2y ago
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
FancyGUI
FancyGUIOP2y ago
Keeps climbing This is getting out of hand
FancyGUI
FancyGUIOP2y ago
No description
ddshd
ddshd2y ago
FancyGUI
FancyGUIOP2y ago
Interesting, i doubt it's logging though, is that an environment variable on the container itself? I use kubernetes instead of docker compose
sogan
sogan2y ago
That’s bizarre. Can you see what’s taking up so much space in that volume?
minch
minch2y ago
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
FancyGUI
FancyGUIOP2y ago
Yeah Same here Just checked and it's now at 900MB Version 0.24.0 is where the "solution" is at
minch
minch2y ago
version 0.24.0 AND running the jobs again
FancyGUI
FancyGUIOP2y ago
Good call, I did run my jobs again
bo0tzz
bo0tzz2y ago
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...
volcs0
volcs02y ago
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?
Alex Tran
Alex Tran2y ago
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
volcs0
volcs02y ago
so, just to be clear. I can delete the /data folder in immich_typesense and then rebuild the stack ?
Alex Tran
Alex Tran2y ago
Correct It will reindex when the server start up

Did you find this page helpful?