Before you undertake a big conversion, I’d recommend looking closely at D1’s limitations in the docs

Before you undertake a big conversion, I’d recommend looking closely at D1’s limitations in the docs, to make sure the data you’re migrating will fall within those limits. For example, there is a row size limit of 1MB, which is pretty big, but if you are doing things like saving unbounded data from user input, or like base64 encoded images you could hit that.
Was this page helpful?