This repository was archived by the owner on Oct 18, 2023. It is now read-only.
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
Decouple durable storage service #509
Open
Description
The sqld
process assumes a durable volume, but let's look at ways to decouple durable storage as a service so that you could, for example, implement a storaged
service and have sqld
do durable writes over the network. The decoupling of query processing and storage can bring more flexibility for sqld
deployments.