When you update a schema will any documents get lo...
# community-help
s
When you update a schema will any documents get lost? And what is the downtime?
j
No documents will be lost. Changing the schema only changes in-memory indices
As v26.0 and above, only writes will be blocked when a schema change is happening on a collection. The amount of time depends on the amount of data and fields in the collection