You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These defaults are optimized for most common use cases and managed by the platform. If you need to adjust these settings, please contact us through our [support channels](#support).
30
30
31
+
### Data Persistence
32
+
33
+
Typesense data is automatically persisted to disk at `/var/lib/typesense`.
34
+
35
+
This ensures that data remains intact during service restarts (Typesense automatically reloads the persisted data into memory upon startup).
36
+
37
+
This persistence mechanism works in both HA and non-HA deployment modes, though with different reliability guarantees as detailed below.
0 commit comments