Forum Discussion

Andvil's avatar
Andvil
Helper V
6 years ago
Solved

Working with big database

Hello to everyone,   I am currently working with a big database that has information of 2018, 2019 and 2020. The information of this year is updated monthly. I have three different tables correspon...
  • mahoneypat's avatar
    6 years ago

    To reduce your file size, you can do the following:

     

    1. In query editor, right click on the queries that are appended and uncheck Enable Load, so you don't load your data twice.  They will still be refreshed but not loaded.  Also get rid of any columns and rows you don't need, especially columns with high granularity.

     

    2.  If available, you can set up incremental refresh to reduce refresh time significantly. 

     

    If this works for you, please mark it as solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat