Hi
I have requirement to build a HANA view (calculation view) as per the given logic. This has been done. The given logic is very complex.
HANA VIEW 1 - Built with complex logics
HANA VIEW 2 - Accessing HANA VIEW 1 multiple times as per requirement.
Whenever we access the HANA VIEW 2, it tries to access HANA VIEW 1 multiple times since we used. It affect the performance of the system. To avoid this, we planning to run HANA VIEW 1 and populated the data in custom Z table and we can access that Z tables in HANA VIEW 2. This will reduce the performance impact.
We don't have BODS in my environment. We trying to find a way in HANA data provisioning. Our motive is to set up a job which should populate the Z table from HANA VIEW 1 everyday.
Can you please advice on this.