We make lots of use JSON – but in specific contexts. If we need to pull data out for listing view – always raw fields. If these are detail view only and we need dynamic content depending on record types, JSON is a life saver Z From: pabloa98 <pabloa98@xxxxxxxxx>
On Thu, May 21, 2020 at 8:37 AM stan <stanb@xxxxxxxxx> wrote:
That depends of how advanced is your analysis of the solution you want to implement. If you are still exploring, I would suggest you store JSON in JSONB columns + some id column to search it. When your program/solution knows what properties you are going to use, perhaps you want to convert those in columns. In any case, data could be indexed in both, columns and JSONB
So it is up to you :) Pablo |