How do you determine what K-Safe is set to on a database - and what command do you issue to set a K-
New to vertica - i need to check the current K-Safety setting on the database and I would like to know also how to set or change this The database I am looking at ids V4 (I Know its back level)
0
Comments
To check system k-safety:
vsql=> select DESIGNED_FAULT_TOLERANCE, CURRENT_FAULT_TOLERANCE from system;
Where:
To change k-safety value:
You can read more about this in Vertica Documentation:
SQL Reference Manual --> SQL Functions --> Vertica Functions --> Catalog Management Functions --> MARK_DESIGN_K_SAFE.
Thanks,
Pravesh