• jubilationtcornpone@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    13 hours ago

    I run a web app that processes at least one third party JSON document that is so large it would exceed the table column limit if flattened out. It gets stored in a JSONB column. EFCore with Npgsql can query JSON documents in Postgres. Works just fine as long as you put indexes on the fields you’re going to be querying.