Schema Enforcement + Zero-Downtime Migrations alpha

We’re happy to announce the alpha release of Schema enforcement via document types and Zero-Downtime Migrations.

  • Schema Enforcement via Document Types: Start with schemaless collections and evolve to strict schemas as needed. Schema enforcement via document types allows specifying a collection’s set of fields as part of the collection definition. Fauna then enforces that all documents within the collection conform to this defined shape.
  • Zero-Downtime Migrations: Implement large schema migrations without any service interruptions. Whenever a collection definition changes, Fauna will migrate every existing document in the collection to conform to the new definition. Collection migrations are natively zero-downtime, with no risk of locking up a production database for some indeterminate amount of time.

Don’t miss out on the opportunity to try these features and shape their development. Sign up for early access today!

1 Like