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
OpLog is implemented in DocumentDB. OpLog collection is a capped collection, so this issue is blocked by #47.
Describe alternatives you've considered
Implement capped collections and OpLog in FerretDB. If change streams (#50) are implemented, that should be easy. Without them, that would be very hard.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Purpose of the feature.
https://www.mongodb.com/docs/manual/core/replica-set-oplog/
Having OpLog support in DocumentDB would enable the following:
Describe the solution you'd like
OpLog is implemented in DocumentDB. OpLog collection is a capped collection, so this issue is blocked by #47.
Describe alternatives you've considered
Implement capped collections and OpLog in FerretDB. If change streams (#50) are implemented, that should be easy. Without them, that would be very hard.
Additional context
N/A
The text was updated successfully, but these errors were encountered: