Given the max row size of 1MB, is there a good pattern for breaking a large blob or JSON string acro

Given the max row size of 1MB, is there a good pattern for breaking a large blob or JSON string across multiple rows if larger than 1MB? Reconfiguring all my statements to handle this (rare) situation seems painful. Best to just fail/reject in that case?
Was this page helpful?