Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bioDan61595yWhen your description object is a large binary character object. E.g: an enormous encoded json of the description object which includes many operational transformation states, wrangled data objects with many keys and arrays with thousands of netsed objects.
-
bioDan61595y@netikras because its a nested component that allows multiple users to edit, with versioning, the same description of a user profile, add html elements and upload pdf, docz, xlsx, pptx and other formats, parse those files and give a text and image output into the description.
All this is minified into a clob json which is UserProfile.description
When you find that some devs decided that UserProfile.description:String entity field requires a CLOB data type.........
rant