Module migration

Module migration 

Source
Expand description

Storage migration utilities

This module provides utilities for migrating data between different storage backends, enabling seamless transitions in production deployments.

Structs§

MigrationConfig
Migration configuration
MigrationEstimate
Estimate migration time and space requirements
MigrationStats
Migration statistics
StorageMigrator
Storage migrator

Functions§

estimate_migration
Estimate migration requirements
migrate_storage
Helper function to migrate between stores
migrate_storage_batched
Migrate with custom batch size for optimal performance
migrate_storage_verified
Migrate with verification enabled (slower but safer)
migrate_storage_with_progress
Helper function to migrate with progress reporting
validate_migration
Migration validation - verify both stores have identical content

Type Aliases§

ProgressCallback
Progress callback type