You can translate the question and the replies:

Remote table Vs Cache

What is the difference between remote table and cache
user
08-02-2022 09:01:39 -0500
code

1 Answer

Hi, I would like to let you know the following information regarding difference between the Remote table and Cache: * Remote table can store the result of a query on a table in an **external database**. However, a Cache engine can **store the local copy** of the data retrieved from the data sources. * In the case of Cached views, Denodo has total control over the tables created in the cache database. But for the Remote table, the user has to create it manually. For Example, * If you wish to query a view whose data is being stored in both cache engine and database, then it is recommended to retrieve data from Cache engine rather than source. Because this may reduce the impact of repeated queries hitting the data sources and speed up the data retrieval process. * If you have some complex queries that you would be using frequently and you wish to save the intermediate results of this query to be used as a separate view, then it is recommended to use the Remote table. For more information, you could refer to the [Remote Tables](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/remote_tables/remote_tables) section of the Virtual DataPort Administration Guide. Hope this helps!
Denodo Team
09-02-2022 07:43:44 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here