Hi team,
As per the requirement, i suppose to develop custom data entity.
Before starting, i would like to think about the good performance in future thinking...
As per my knowledge, if I positively think about below things then I beleive , will not face performance on data entity:
1.We should avoid heavy code in data entity methods
Postload
InsertEntityToDataSource
MapEntityToDataSource
2. We should keep custom logic minimal
3. We should use computed or virtual columns only when it's really needed.
4. We should use batch jobs for large volume of data instead of interactive session.
5. We should use set based operation.
Pls validate is an i correct?
Let me know if anything needs to add.
Pls advise, thanks!