Hello,
I've recently watched DS220 and have a question related to materialised view and batch operation.
Both of them help to keep tables in consistent state (batch from application perspective and materialised from DB perspective). Materialised view should be based on source table, while batch do not.
Maybe someone could recommend use cases when one is preferable to the other.
Is one faster that another?