Hi guys, Deleted Collection Still Indexed on Disk...
# community-help
a
Hi guys, Deleted Collection Still Indexed on Disk After Docker Restart I am experiencing an issue where a deleted collection still gets indexed from disk after restarting my Typesense Docker container. Here are the details: I have two collections: A large collection (~6.5 million vectors) that I need to delete. Another collection that must remain intact. After deleting the large collection using the API, it seems to persist on disk. When I restart the Docker container, it re-indexes the deleted collection, causing long startup times. I cannot clear the entire Typesense volume, as it contains the second collection, which I need to keep. Could you please advise on how to properly delete a collection so that it does not persist on disk after a restart? Is there a way to manually remove it from disk without affecting other collections? Looking forward to your guidance.