Reversible computing | Transaction processing

Rollback (data management)

In database technologies, a rollback is an operation which returns the database to some previous state. Rollbacks are important for database integrity, because they mean that the database can be restored to a clean copy even after erroneous operations are performed. They are crucial for recovering from database server crashes; by rolling back any transaction which was active at the time of the crash, the database is restored to a consistent state. The rollback feature is usually implemented with a transaction log, but can also be implemented via multiversion concurrency control. (Wikipedia).

Video thumbnail

Continuous Delivery and Data Management

Continuous Delivery for Data is less common than CD for other parts of the system, but if we want to be able to grow and evolve our understanding of the data structures and stores that underpin the systems that we build it is just as important. Data management cannot operate as an aftertho

From playlist DevOps

Video thumbnail

Data Modeling Tutorial | Data Modeling for Data Warehousing | Data Warehousing Tutorial | Edureka

***** Data Warehousing & BI Training: https://www.edureka.co/data-warehousing-and-bi ***** Data modeling is a process used to define and analyze data requirements needed to support the business processes within the scope of corresponding information systems in organizations. Therefore, th

From playlist Data Warehousing Tutorial Videos

Video thumbnail

Data Quality Concepts | Data Quality Tutorial | Data Warehousing Tutorial | Edureka

***** Data Warehousing & BI Training: https://www.edureka.co/data-warehousing-and-bi ***** Data quality assurance is the process of profiling the data to discover inconsistencies and other anomalies in the data, as well as performing data cleansing activities (e.g. removing outliers, miss

From playlist Data Warehousing Tutorial Videos

Video thumbnail

What is DevSecOps?

What is DevSecOps? As teams adopt Continuous Delivery, DevOps, CI/CD for software development, being able to create systems that are safe and secure at speed, with great feedback and with high-quality becomes ever more important. Using software engineering disciplines like Continuous Del

From playlist DevOps

Video thumbnail

Mean of Grouped Frequency Tables

"Calculate mean from grouped frequency tables."

From playlist Data Handling: Frequency Tables

Video thumbnail

2014 JUC Boston - Stairway to Heaven: 10 Best Practices for Enterprise Cont. Delivery w/ Jenkins

By Alex Manly Continuous delivery helps you release more, more often, for less. This year it's high on the C-Level agenda and so it should be - it's a game changer for IT. The journey for enterprises to adopt and embed continuous delivery practices into their organization is fraught with

From playlist Jenkins User Conference 2014 Boston

Video thumbnail

2014 JUC Berlin - Stairway to Heaven: 10 Best Practices for Enterprise Cont. Delivery w/ Jenkins

By Alex Manly Continuous delivery helps you release more, more often, for less. This year it's high on the C-Level agenda and so it should be -- it's a game changer for IT. The journey for enterprises to adopt and embed continuous delivery practices into their organization is fraught with

From playlist Jenkins User Conference 2014 Berlin

Video thumbnail

Data Science Tutorial for Beginners - 1 | What is Data Science? | Data Analytics Tools | Edureka

( Data Science Training - https://www.edureka.co/data-science ) Data Science Blog Series: https://goo.gl/1CKTyN http://www.edureka.co/data-science Please write back to us at sales@edureka.co or call us at +91-8880862004 for more information. Data Science is all about extracting knowledge

From playlist Data Science Training Videos

Video thumbnail

Data Manipulation with dplyr

dplyr is a a great tool to perform data manipulation. It makes your data analysis process a lot more efficient. Even better, it’s fairly simple to learn and start applying immediately to your work! Oftentimes, with just a few elegant lines of code, your data becomes that much easier to dis

From playlist Short Crash Courses for Data Science & Data Engineering

Video thumbnail

RubyConf 2019 - Elasticsearch 5 or and Bust by Molly Struve

RubyConf 2019 - Elasticsearch 5 or and Bust by Molly Struve Breaking stuff is part of being a developer, but that never makes it any easier when it happens to you. The Elasticsearch outage of 2017 was the biggest outage our company has ever experienced. We drifted between full-blown downt

From playlist RubyConf 2019

Video thumbnail

BOV1226 SUSE Linux Enterprise from A Z

This business overview session was delivered at SUSECON in April 2019, in Nashville, TN. Abstract: We will discuss the highlights of the SUSE Linux Enterprise Operating System family, and specifically SUSE Linux Enterprise Server from “A” to “Z”, including Architectures, Containers, Files

From playlist SUSECON 2019

Video thumbnail

Kubernetes Tutorial | Learn Kubernetes from Scratch in 30 Minutes | Kubernetes Training | Edureka

🔥 Edureka Kubernetes Certification Training: https://www.edureka.co/kubernetes-certification This Edureka video on "Kubernetes Tutorial" will help you understand Kubernetes which is a container orchestration tool. Also, it will guide you how to deploy your application using Kubernetes and

From playlist DevOps Training Videos

Video thumbnail

How to Create Drop Down Lists in Cells - The Complete Excel Guide

Sign up for our Excel webinar, times added weekly: https://www.excelcampus.com/blueprint-registration/ In this video you will learn how to create drop down lists in cells in Excel. These are also referred to as Data Validation Lists. The drop down lists allow the user to select from a d

From playlist Excel Drop-down Lists (Data Validation Lists)

Video thumbnail

Kubernetes vs Docker Swarm | Comparison of Docker and Kubernetes | Kubernetes Training | Edureka

🔥 Edureka Kubernetes Certification Training: https://www.edureka.co/kubernetes-certification ​ This Edureka video on "Kubernetes vs Docker Swarm" will explain the fundamental differences between the two popular container orchestration tools - Kubernetes and Docker Swarm. The differences be

From playlist DevOps Training Videos

Video thumbnail

Kubernetes Live - 2 | Kubernetes vs Docker Swarm | Kubernetes Training | Edureka

🔥Kubernetes Certification Training: https://www.edureka.co/kubernetes-certification This Edureka video on "Kubernetes vs Docker Swarm" will explain the fundamental differences between the two popular container orchestration tools - Kubernetes and Docker Swarm. 🔹DevOps Tutorial Blog Series

From playlist Edureka Live Classes 2020

Video thumbnail

Devops Interview Questions | DevOps Interview Questions And Answers | DevOps Tutorial | Simplilearn

🔥DevOps Engineer Master Program (Discount Code: YTBE15): https://www.simplilearn.com/devops-engineer-masters-program-certification-training?utm_campaign=DevOps-WxjJlYFIWtI&utm_medium=DescriptionFirstFold&utm_source=youtube 🔥Post Graduate Program In DevOps: https://www.simplilearn.com/pgp-d

From playlist DevOps Tutorial For Beginners 🔥 | Simplilearn [Updated]

Video thumbnail

Kubernetes Interview Questions | Kubernetes Interview Questions And Answers | Simplilearn

Kubernetes is an open-source platform for automatic deployment and management of containers. It was started as a successor of Google Borg in 2014. In this video, we will look at the most important interview questions for Kubernetes. They are divided into three groups - Beginner, Intermedi

From playlist DevOps Tutorial For Beginners 🔥 | Simplilearn [Updated]

Video thumbnail

What is Job Scheduling | Error Hamdling Concept | Data Warehousing Tutorial | Edureka

***** Data Warehousing & BI Training: https://www.edureka.co/data-warehousing-and-bi ***** The allocation of system resources to various tasks, known as job scheduling, is a major assignment of the operating system. The system maintains prioritized queues of jobs waiting for CPU time and

From playlist Data Warehousing Tutorial Videos

Related pages

Undo | Multiversion concurrency control | Data integrity | Database transaction | Savepoint | Commit (data management)