Forum Discussion
Amila_19
Jul 12, 2020Copper Contributor
Running Summarizing jobs on ADX
Hello, We are trying to use ADX to build an event processing solution and are currently evaluating some of its capabilities. Wanted to know whether ADX provides a way to run a scheduled job and do D...
Tzvia
Microsoft
Nov 03, 2020Amila_19 hey per your description it seems that you have couple of options
1. update policy - which provide an light ETL capabilities on your service for new ingested data
2. metalized view - expose an aggregation query over a source table. Materialized views always return an up-to-date result of the aggregation query (always fresh).