all-things-risingwave

How to make tables, views, and sources persistent in PSQL client?

I've noticed that tables, views, and sources created in PSQL client are not persistent. When I shut down the service and start it up again, they are gone. How can I make them persistent?

ji

jie

Asked on May 16, 2022

To make tables, views, and sources persistent in PSQL client, you need to start a full cluster with etcd and minio. This will ensure that the data remains intact even after shutting down and restarting the service. Refer to the CONTRIBUTING.md file for more detailed information on setting up a full cluster with etcd and minio.

May 17, 2022Edited by