Geo: Hashed Storage GA
Geo: Hashed Storage GA
Hashed storage improves the reliability of Geo be preventing a number of classes of bugs. It is functional but testing and fixing hasn't yet been completed to level required for production readiness.
Hashed Storage is the new storage behavior we are rolling out with 10.0. Instead of coupling project URL and the folder structure where the repository will be stored on disk, we are coupling a hash, based on the project's ID. This makes the folder structure immutable, and therefore eliminates any requirement to synchronize state from URLs to disk structure. This means that renaming a group, user, or project will cost only the database transaction, and will take effect immediately.
https://docs.gitlab.com/ee/administration/repository_storage_types.html
Here is the rollout plan.
- Show closed items