Hi, from https://github.com/ethereum/go-ethereum/releases/tag/v1.13.0, it mentioned that The new database model is optional for now (you need to enable it via --state.scheme=path) and does require resyncing the state, , what does the require resyncing the state means? Resyncing from the genesis block or I just need to modify the configuration to set --state.scheme=path and the node will do the resycing work automatically?
What about the old data before I set --state.scheme=path?