akiradeveloper / akashic-storage

Filey system backed S3-compatible storage in Scala/Akka-Http
Apache License 2.0
22 stars 2 forks source link

moving admin/ to the local file system #117

Closed akiradeveloper closed 8 years ago

akiradeveloper commented 8 years ago

We now store admin/, astral/ and tree/ under the backend storage.

Looking up a user info is very heavy unless it's not cached in memory.

As it's not necessary to strictly synchronize the user info between distributed node. We can loose the coherency.

One idea is to move admin/ to local file system and sync outside akashic-storage.