If I use a persistent query store with the JSON API (using the --query-store-jdbc-config
option) what happens if the API process dies and I restart it? Will it wipe the database or can it recover and rehydrate using the already stored data?
3 Likes
It will recover, continue from the last known indexed active contract set and update it to the current state.
3 Likes