Question on Server Caching in DA

What are the caching options in DA in the server? What mechanism is available?

Thanks,
Monte

Hello

There is no separate caching in DA servers. It relies on DB engine and drivers caches.

It is possible to cache server responses in the GetData server method, but this approach will requires a way to obsolete the caches when an update is applied to the cached tables.

Regards