Where does actual vertica DB file and projection data save on Linux host?
under which path physical db saves? and where does projection data saves? [ assume disk mounted as /data ]
if backup is taken , then would backup holds only actual DB or projection data too?
any documentation available on above details?
Tagged:
0
Answers
This is what I can see when I list the content of my Vertica mount point:
There is a directory with the same name as my database:
sbxAnd the content of the
sbxare:sbx_node0001_catalogcontains the cataloguesbx_node0001_datacontains all data of the database.Projections are the only place where we store data. They are and are not tablespaces, indexes and materialized views. So, yes, projection data are all the data and the only data backed up.
@LakshmiNarayan, check this - https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/AdministratorsGuide/BackupRestore/TypesOfBackups.htm?tocpath=Administrator's Guide|Backing Up and Restoring the Database|Creating Backups|_____1