Hi, I want to know how long does it take to sync n...
# gooddata-ui
h
Hi, I want to know how long does it take to sync new data from the database so that it appears on the GoodData dashboard? is it periodically done and is there any manual way to resync the new data?
j
Hi Haseeb, I believe the below documentation should help you to answer your question: https://www.gooddata.com/docs/cloud/connect-data/cache-management/reload-cached-data/#invalidate-cached-data
Please kindly review and let me know if anything’s unclear
h
Thanks @Julius Kos. I believe the data is being synced automatically after a few hours without requiring a cache reload. Therefore, I'm interested in knowing the time it takes for GoodData to sync with the database.
j
Understood. Let me double-check this for you.
h
Thanks @Julius Kos
j
I was double-checking this with our engineers and I can confirm that there is no automated data source cache refresh. However, there are some other ways how to invalidate the cache and I believe that was the case for you. As per our documentation: https://www.gooddata.com/docs/cloud/connect-data/cache-management/
Copy code
Caches have no time to live (TTL) expiration set, they are evicted based on the least recently used (LRU) cache replacement policy.
So the data are is still valid, unless you invalidate the Data source cache, change LDM, change Data source definition etc.
h
Thanks @Julius Kos