Question
Infosys Limited
Infosys Limited
IN
Infosys Limited
Posted: Jan 25, 2024
Last activity: Feb 5, 2024
Last activity: 5 Feb 2024 12:19 EST
Solved
Data Modelling question
Hi All,
This is regarding the data modelling. When to save the data in blob and when to save the data in the plain tables with all the columns?
Lets say an example customer has the address. Customer is a data object and Address is an another data object.
Which is the best practice?
saving the address in the separate table with the customer id relation or saving the data the address as blob in the customer data object its self
***Edited by Moderator Marije to add Capability tags***
To see attachments, please log in.
@P.Siva.Praveen
My 2 cents...
It depends on your reporting requirements in the BLOB data and the number of properties stored in the BLOB data.
For example: if you have 12 properties stored in the BLOB, and you need to report only on 2 properties, then you can store it as BLOB.
Thanks,