79501458

Date: 2025-03-11 16:30:50
Score: 1
Natty:
Report link

It really depends on your use case.

Pro JSON:

Contra JSON:

I would recommend ONLY using JSON columns if the data stored in it is only there to be read and saved in the database, while the rest would be handled by your programming language of choice. If you want data that is actually accessible via the DB itself, DO NOT use JSON.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: JoniKauf