Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Health & Fitness
Sports
History
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/22/bb/68/22bb6833-d76f-17b3-16da-974ea0c03f62/mza_14194773677146488498.jpeg/600x600bb.jpg
Distributed Data Management (ST 2021) - tele-TASK
Dr. Thorsten Papenbrock
26 episodes
1 day ago
The free lunch is over! Computer systems up until the turn of the century became constantly faster without any particular effort simply because the hardware they were running on increased its clock speed with every new release. This trend has changed and today's CPUs stall at around 3 GHz. The size of modern computer systems in terms of contained transistors (cores in CPUs/GPUs, CPUs/GPUs in compute nodes, compute nodes in clusters), however, still increases constantly. This caused a paradigm shift in writing software: instead of optimizing code for a single thread, applications now need to solve their given tasks in parallel in order to expect noticeable performance gains. Distributed computing, i.e., the distribution of work on (potentially) physically isolated compute nodes is the most extreme method of parallelization. Big data analytics and management are a multi-million dollar markets that grow constantly! The ability to control and utilize large amounts of data is the most valuable ability of today's computer systems. Because data volumes grow so rapidly and with them the complexity of questions they should answer, data analytics, i.e., the ability of extracting any kind of information from the data becomes increasingly difficult. As data analytics systems cannot hope for their hardware getting any faster to cope with performance problems, they need to embrace new software trends that let their performance scale with the still increasing number of processing elements. In this lecture, we take a look at various technologies involved in building distributed, data-intensive systems. We start by discussing fundamental concepts in distributed computing, such das data models, encoding formats, messaging, data replication and partitioning, fault tollerance, and batch- and stream processing. In between, we consider different practical systems from the Big Data Landscape, such as Akka and Spark. In the end, we concentrate on data management aspects, such as distributed database management system architectures and distributed query optimization.
Show more...
Courses
Education
RSS
All content for Distributed Data Management (ST 2021) - tele-TASK is the property of Dr. Thorsten Papenbrock and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
The free lunch is over! Computer systems up until the turn of the century became constantly faster without any particular effort simply because the hardware they were running on increased its clock speed with every new release. This trend has changed and today's CPUs stall at around 3 GHz. The size of modern computer systems in terms of contained transistors (cores in CPUs/GPUs, CPUs/GPUs in compute nodes, compute nodes in clusters), however, still increases constantly. This caused a paradigm shift in writing software: instead of optimizing code for a single thread, applications now need to solve their given tasks in parallel in order to expect noticeable performance gains. Distributed computing, i.e., the distribution of work on (potentially) physically isolated compute nodes is the most extreme method of parallelization. Big data analytics and management are a multi-million dollar markets that grow constantly! The ability to control and utilize large amounts of data is the most valuable ability of today's computer systems. Because data volumes grow so rapidly and with them the complexity of questions they should answer, data analytics, i.e., the ability of extracting any kind of information from the data becomes increasingly difficult. As data analytics systems cannot hope for their hardware getting any faster to cope with performance problems, they need to embrace new software trends that let their performance scale with the still increasing number of processing elements. In this lecture, we take a look at various technologies involved in building distributed, data-intensive systems. We start by discussing fundamental concepts in distributed computing, such das data models, encoding formats, messaging, data replication and partitioning, fault tollerance, and batch- and stream processing. In between, we consider different practical systems from the Big Data Landscape, such as Akka and Spark. In the end, we concentrate on data management aspects, such as distributed database management system architectures and distributed query optimization.
Show more...
Courses
Education
Episodes (20/26)
Distributed Data Management (ST 2021) - tele-TASK
Lecture Summary
4 years ago
1 hour 57 minutes 16 seconds

Distributed Data Management (ST 2021) - tele-TASK
Federated DBMSS
4 years ago
1 hour 16 minutes 7 seconds

Distributed Data Management (ST 2021) - tele-TASK
Stream Processing - Databases and Streams
4 years ago
1 hour 29 minutes 24 seconds

Distributed Data Management (ST 2021) - tele-TASK
Stream Processing
4 years ago
1 hour 20 minutes 16 seconds

Distributed Data Management (ST 2021) - tele-TASK
Exercise 1 Evaluation
4 years ago
1 hour 29 minutes 27 seconds

Distributed Data Management (ST 2021) - tele-TASK
Spark Batch Processing (2)
4 years ago
1 hour 37 minutes 54 seconds

Distributed Data Management (ST 2021) - tele-TASK
Spark Batch Processing
4 years ago
1 hour 29 minutes 30 seconds

Distributed Data Management (ST 2021) - tele-TASK
Batch Processing 2 - Distributed File Systems and MapReduce
4 years ago
1 hour 30 minutes 38 seconds

Distributed Data Management (ST 2021) - tele-TASK
Batch Processing
4 years ago
1 hour 31 minutes 15 seconds

Distributed Data Management (ST 2021) - tele-TASK
Transactions
4 years ago
1 hour 27 minutes 16 seconds

Distributed Data Management (ST 2021) - tele-TASK
Consistency and Consensus
4 years ago
1 hour 41 minutes 6 seconds

Distributed Data Management (ST 2021) - tele-TASK
Distributed Systems
4 years ago
1 hour 21 minutes 7 seconds

Distributed Data Management (ST 2021) - tele-TASK
Partitioning & Distributed Systems
4 years ago
1 hour 29 minutes 17 seconds

Distributed Data Management (ST 2021) - tele-TASK
Replication & Partitioning
4 years ago
1 hour 22 minutes 22 seconds

Distributed Data Management (ST 2021) - tele-TASK
Replication
4 years ago
1 hour 35 minutes 19 seconds

Distributed Data Management (ST 2021) - tele-TASK
Storage and Retrieval
4 years ago
1 hour 34 minutes 40 seconds

Distributed Data Management (ST 2021) - tele-TASK
Data Models and Query Languages
4 years ago
1 hour 34 minutes 25 seconds

Distributed Data Management (ST 2021) - tele-TASK
Akka Actor Programming 3 - Patterns
4 years ago
42 minutes 13 seconds

Distributed Data Management (ST 2021) - tele-TASK
Akka Actor Programming 2
4 years ago
1 hour 33 minutes 25 seconds

Distributed Data Management (ST 2021) - tele-TASK
Akka Actor Programming
4 years ago
1 hour 32 minutes 32 seconds

Distributed Data Management (ST 2021) - tele-TASK
The free lunch is over! Computer systems up until the turn of the century became constantly faster without any particular effort simply because the hardware they were running on increased its clock speed with every new release. This trend has changed and today's CPUs stall at around 3 GHz. The size of modern computer systems in terms of contained transistors (cores in CPUs/GPUs, CPUs/GPUs in compute nodes, compute nodes in clusters), however, still increases constantly. This caused a paradigm shift in writing software: instead of optimizing code for a single thread, applications now need to solve their given tasks in parallel in order to expect noticeable performance gains. Distributed computing, i.e., the distribution of work on (potentially) physically isolated compute nodes is the most extreme method of parallelization. Big data analytics and management are a multi-million dollar markets that grow constantly! The ability to control and utilize large amounts of data is the most valuable ability of today's computer systems. Because data volumes grow so rapidly and with them the complexity of questions they should answer, data analytics, i.e., the ability of extracting any kind of information from the data becomes increasingly difficult. As data analytics systems cannot hope for their hardware getting any faster to cope with performance problems, they need to embrace new software trends that let their performance scale with the still increasing number of processing elements. In this lecture, we take a look at various technologies involved in building distributed, data-intensive systems. We start by discussing fundamental concepts in distributed computing, such das data models, encoding formats, messaging, data replication and partitioning, fault tollerance, and batch- and stream processing. In between, we consider different practical systems from the Big Data Landscape, such as Akka and Spark. In the end, we concentrate on data management aspects, such as distributed database management system architectures and distributed query optimization.