QuantZig Interview Question

Explain what is Delegation with Example

Interview Answer

Anonymous

Nov 15, 2024

The Delegation is the process where the query computation is done at a data source level instead of the app level. This reduces the data load on the application and improves the performance