Upcoming presentations
No upcoming presentations...
Past presentations
Implementing Temporal Tables in PostgreSQL
Plan for data audit scenarios in the early stages of the development cycle
Temporal Tables are useful in scenarios that require tracking history of data changes. Using temporal tables allows to perform data audit of individual records and also to see how entire data sets are changing over time. This is especially useful in the early stages of the development cycle, as it allows to defer date warehouse modeling and implementation and instead focus on delivering an init...