Develop AI solutions by using Azure data management services5 / 5
You back a document pipeline with the Azure Cosmos DB for NoSQL change feed in latest version mode. Deleting an item from the container will not produce a change feed event for that deletion.
CorrectIncorrect
Alex
The change feed is a persistent, ordered log of item changes per logical partition, and it is the standard way to keep a downstream index (a vector store, a search index, a cache) in sync with Cosmos DB. Latest version mode gives you only the most recent state of each changed item, with unlimited retention. It intentionally omits deletes, which is exactly the case that silently leaves stale documents in a derived index.
Sourcelearn.microsoft.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 5 of 5
Create a free account