Database

I'm using view to get different columns from two tables and using that view to generate the report in excel. 

So my question is : After the 5-6 years the data will be large inside the view which I'm using currently, so is there any alternate way to get the data faster as compared to view in Appian.

Thank you.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to prachit0003

    Sorry, but your "overview" misses the most important numbers:

    - Number of rows in both tables as of now

    - Number of rows added per year in both tables

    Then some questions:

    - How often do you run that report?

    - Does a user need to wait or is this generated in the background?

    - Did you consider synced records?

    - Did you already implement database optimisation? Indexing, foreign keys etc...

Children