Display Data in Records

Hi All,

I have a requirement where in which i have fetch data from 7 tables and display that data in record. Is creating a view is the best approach or else please suggest if can handle it in a better way.

Thanks in Advance

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    Hi Krishna

    I have faced the same problem so I have created view. But in view there is performance issue.
    So I consulted with DB specialist to optimize the view and that helps. So you can go with view and if you have any DB specialist who can optimize the query that will be helpful.

    Stored procedure will require more effort and plugin.
Reply
  • 0
    Certified Senior Developer
    Hi Krishna

    I have faced the same problem so I have created view. But in view there is performance issue.
    So I consulted with DB specialist to optimize the view and that helps. So you can go with view and if you have any DB specialist who can optimize the query that will be helpful.

    Stored procedure will require more effort and plugin.
Children
No Data