#community-help

Handling Indexes with Typesense Server on Single Container Instance

TLDR Mubashirullah inquired about index management with single container instance based Typesense server. Kishore Nallan clarified that raw data is stored on disk and re-indexed upon restart.

Powered by Struct AI

1

3
23mo
Solved
Join the chat
Dec 16, 2021 (23 months ago)
Mubashirullah
Photo of md5-cea7a558edb0c66a1c07dfdcf00bc141
Mubashirullah
01:31 PM
For my understanding, if I'm running Typesense server on a single container instance and it goes down, will I have to create the indexes again since they were in memory or are the created indices stores somewhere? Thank you
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
01:32 PM
Not needed, raw data is stored on disk and automatically re-indexed back on restart.

1

Mubashirullah
Photo of md5-cea7a558edb0c66a1c07dfdcf00bc141
Mubashirullah
02:22 PM
I'm curious to know why the indices are not stored on disk.