all-things-risingwave

How to configure storage path in Docker Compose for decoupled storage from compute? Can we use EFS as storage?

I had a question related to storage in the architecture where storage is decoupled from compute. How can we configure the storage path in Docker Compose to point to a different path/storage? Also, is it possible to use EFS as storage?

Na

Nayan Shah

Asked on Oct 27, 2022

  • To configure storage path in Docker Compose for decoupled storage from compute, you can change the compute node parameter to point to a different storage path. For example, <hummock+s3://bucket> can be used to configure S3 storage.
  • EFS cannot be used as storage for now.
Oct 27, 2022Edited by