This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
paritydb panics when used for light client #7125
Closed
Description
So we stopped using our custom sled db setup and noticed that it doesn't work.
The problem comes from optimizations being enabled for column::STATE which has col_id 1, which aren't valid when using the light client that has KEY_LOOKUP as col_id 1. As a workaround the optimizations can be disabled.
Metadata
Metadata
Assignees
Labels
No labels