i want to store json messages using BDB. we use json object property as a key and rest of the json object(bytes) as a data. later if we want to add secondary index targeting json object property for existing data store, i can't do that because data is remain as a bytes.is their any recommend way to do that.i'm very new to BDB.