NCP-DB-6.10 · Question #39
An administrator has a production PostgreSQL database cloned for development and testing purpose. A new table is added to the source database. What should the administrator do to publish the update…
The correct answer is B. The size of all snapshots and/or transaction logs maintained by Era. The Nutanix Era platform provides a feature called Time Machine, which is designed to manage the lifecycle of database copies and clones. When a new table is added to the source database, the administrator should perform a Log Catch-up using the source database's Time Machine…
Question
Options
- AOnly the size of all reclaimable snapshots maintained by Era
- BThe size of all snapshots and/or transaction logs maintained by Era
- COnly the size of all transaction logs maintained by Era
- DThe size of all snapshots and clones maintained by Era
How the community answered
(50 responses)- A4% (2)
- B88% (44)
- C6% (3)
- D2% (1)
Explanation
The Nutanix Era platform provides a feature called Time Machine, which is designed to manage the lifecycle of database copies and clones. When a new table is added to the source database, the administrator should perform a Log Catch-up using the source database's Time Machine. This action ensures that the Time Machine captures the latest state of the source database, including the newly added table. After performing the Log Catch-up, the administrator should refresh the clone database. The refresh operation updates the clone with the latest state captured by the Time Machine, thereby publishing the new table to the clone.
Topics
Community Discussion
No community discussion yet for this question.