You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can create a generic projector that would load or create the document, and we will keep it. Handlers could update the document content, and we flush it either all the time or periodically. Flushing would do a full replace, which would work faster for databases like Elasticsearch, but I am not sure about Mongo. Any key-value store would work, too, without requiring to load the document first.
The text was updated successfully, but these errors were encountered:
We can create a generic projector that would load or create the document, and we will keep it. Handlers could update the document content, and we flush it either all the time or periodically. Flushing would do a full replace, which would work faster for databases like Elasticsearch, but I am not sure about Mongo. Any key-value store would work, too, without requiring to load the document first.
The text was updated successfully, but these errors were encountered: