```TIP The schema update is a synchronous blockin...
# community-help
j
Copy code
TIP

The schema update is a synchronous blocking operation. When the update is in progress, all incoming writes and reads to that particular collection will wait for the schema update to finish. So, we recommend updating fields one at a time, especially for large collections and during off-peak hours.

Alternatively, you can also use the alias feature to do zero downtime schema changes.