4

When you find that some devs decided that UserProfile.description:String entity field requires a CLOB data type.........

Comments
  • 0
    Hadschi Halef Omar Ben Hadschi Abul Abbas Ibn Hadschi Dawud al Gossarah
  • 1
    Sad trombone
  • 1
    It was probably 4 GIGgles.
  • 0
    When 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.
  • 1
    @bioDan Why is "description" an object in a first place....?
  • 1
    @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
  • 1
  • 0
    @netikras yes my friend, i have very similar battle scars 👴
Add Comment