If I define a column in a table as JSON, how large can the JSON entry be as it is literally a text input?
Hello @Jorg_Beyer
We do not have any limit on the size of that column.
But I would recommend not replacing the usual columns of the table with one large JSON object, as this will affect the speed of requests.
Regards