Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 410 Bytes

File metadata and controls

11 lines (7 loc) · 410 Bytes

Avoiding consistency issues by removing state.

  • Any backend can service any request - better for load balancing
  • No need to respect message ordering

For example use of RESTful (REpresenational State Transfer) APIs (request-response model).

In distributed filesystems, data and metadata can be separated to permit stateless access.

What the heck does this mean?

[[Distributed Computing Properties]]