Skip to content

What kind of data will be stored in local if we use s3? #4403

Answered by killme2008
giangndm asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, the storage location document is not updated https://docs.greptime.com/user-guide/concepts/storage-location
I will update it ASAP.

If you set the storage.type to s3, the data and index files will be stored in S3, but:

What kind of data will be stored in local disk?

The storage of database and table metadata depends on your deployment type. In standalone setups, metadata like database options, table schema, and internal states are stored locally under data_home. In a cluster configuration, metadata is stored in etcd; a minimum of three nodes is recommended for the etcd cluster.

Assume that we lost entire cluster nodes but remain s3 data, can we restore from S3 or we need backup o…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@giangndm
Comment options

@giangndm
Comment options

@killme2008
Comment options

@killme2008
Comment options

Answer selected by giangndm
Comment options

You must be logged in to vote
2 replies
@killme2008
Comment options

@giangndm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants