-
Narrowing the Gap Between Serverless and its State with Storage Functions
Serverless computing has gained attention due to its fine-grained provisioning, large-scale multi-tenancy, and on-demand scaling. However, it also forces applications to externalize state in remote storage, adding substantial overheads. To fix this “data shipping problem” we built Shredder, a low-latency multi-tenant cloud store that allows small units of computation to be performed directly within storage nodes. Storage tenants provide Shredder with JavaScript functions (or WebAssembly programs), which can interact directly with data without moving them over the network.
Comments
More like this (3)
-
Achieving multi-tenancy in monitoring with Prometheus & the mighty Thanos Receiver
Achieving multi-tenancy in monitoring with Prometheus & the mighty Thanos Receiver