I have a bunch of data in a mongo install that I want to move to D1. For ease of development and sav

I have a bunch of data in a mongo install that I want to move to D1. For ease of development and saving my sanity, is there any downside to storing all data in D1 as JSON? and just querying the json as necessary? Would have index columns as independent columnds outside of the JSON column. Mainly wondering about performance issues that may arise
Was this page helpful?