Faster Multi-Site Replication and Resync

Faster Multi-Site Replication and  Resync

First introduced in late 2021, multi-site Active-Active Replication [https://blog.min.io/minio-multi-site-active-active-replication/] has grown to be one of the most impactful MinIO features. MinIO has long had the ability to replicate between buckets to synchronize objects, delete operations and metadata changes, but Multi-site Active-Active Replication goes beyond bucket replication to synchronize all buckets, IAM, security tokens, service accounts and

Read more...

Digging Deeper into Iceberg: ACID Transactions on Tables

Digging Deeper into Iceberg: ACID Transactions on Tables

The Apache Iceberg data lake storage format enables ACID transactions on tables saved to MinIO. ACID transactions enable multiple users and services to concurrently and reliably add and remove records atomically. At the same time, queries are isolated to maintain read consistency against tables that are in the process of being altered. You can put MinIO and Iceberg, in conjunction

Read more...