Object-oriented or relational? Why not both? Let's look on PostgreSQL JSONB column type and how it can help you to deliver your applications faster. We dived into how it's stored, when and why it can be as performant as regular approach, and cases when we need to do tradeoffs.
Thank You for that article. But I'm thinking about that example. What is real application for that field type ? I'm sceptical about real world usage. Is storing data in project doing business logic and not having any established structure, makes any sense ? It seems to me that it could lead to mess. Temporary data representation ? For the rest use cases we have already document type storage solutions.
Thank You for that article. But I'm thinking about that example. What is real application for that field type ? I'm sceptical about real world usage. Is storing data in project doing business logic and not having any established structure, makes any sense ? It seems to me that it could lead to mess. Temporary data representation ? For the rest use cases we have already document type storage solutions.
Thanks for sharing! Your article provides a lot of information in a single read!