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
The implementation could be improved and the specific loader (disk, AWS S3, Azure Blob Storage) could accept*SourceMigrationFilters and return already filtered results - better performance and faster operation.
The text was updated successfully, but these errors were encountered:
Coordinator.GetSourceMigrations(*SourceMigrationFilters)
operation accepts optional filters inSourceMigrationFilters
struct.Under the hood it is implemented as getting all source migrations from and then filtering them:
The implementation could be improved and the specific loader (disk, AWS S3, Azure Blob Storage) could accept
*SourceMigrationFilters
and return already filtered results - better performance and faster operation.The text was updated successfully, but these errors were encountered: