Learn ClickHouse® – A Fast Open-Source OLAP DBMS
Learn ClickHouse® – A Fast Open-Source OLAP DBMS, available at $74.99, has an average rating of 4.11, with 99 lectures, 58 quizzes, based on 132 reviews, and has 1467 subscribers.
You will learn about Installing and connecting to a ClickHouse server ClickHouse SQL & SQL Functions Table Engines and indexing in ClickHouse Data Replication and Sharding in ClickHouse ClickHouse Database Administration (Basics) This course is ideal for individuals who are Database Administrators or Data Engineers or Data analysts and Data scientists planning to work with ClickHouse or Anyone who wants to learn ClickHouse or Developers curious to know about ClickHouse It is particularly useful for Database Administrators or Data Engineers or Data analysts and Data scientists planning to work with ClickHouse or Anyone who wants to learn ClickHouse or Developers curious to know about ClickHouse.
Enroll now: Learn ClickHouse® – A Fast Open-Source OLAP DBMS
Summary
Title: Learn ClickHouse® – A Fast Open-Source OLAP DBMS
Price: $74.99
Average Rating: 4.11
Number of Lectures: 99
Number of Quizzes: 58
Number of Published Lectures: 99
Number of Published Quizzes: 58
Number of Curriculum Items: 160
Number of Published Curriculum Objects: 160
Original Price: $49.99
Quality Status: approved
Status: Live
What You Will Learn
- Installing and connecting to a ClickHouse server
- ClickHouse SQL & SQL Functions
- Table Engines and indexing in ClickHouse
- Data Replication and Sharding in ClickHouse
- ClickHouse Database Administration (Basics)
Who Should Attend
- Database Administrators
- Data Engineers
- Data analysts and Data scientists planning to work with ClickHouse
- Anyone who wants to learn ClickHouse
- Developers curious to know about ClickHouse
Target Audiences
- Database Administrators
- Data Engineers
- Data analysts and Data scientists planning to work with ClickHouse
- Anyone who wants to learn ClickHouse
- Developers curious to know about ClickHouse
Learn ClickHouse®, the fastest and the most powerful database that can easily handle Petabytes of data! ClickHouse is an Open-Source columnar data store developed by ClickHouse Inc. Some of the highlights of this course are
-
All lectures have been designed from the ground up to make the complex topics easy to understand
-
300+ SQL examples demonstrated in the video lectures
-
Precise and informative video lectures
-
200 + Quiz questions and counting
-
Assignments
-
Covers a wide range of topics in ClickHouse
After completing this course, you will be able to
-
Install and work with ClickHouse
-
Query the data using ClickHouse SQL
-
Understand the internals of the MergeTree family of table engines and variants of this engine
-
Know the different special engines and Integrations with external data sources
-
Learn about Data replication and Sharding in ClickHouse
-
Administer and manage a ClickHouse server
This course will provide you with solid practical Skills in ClickHouse and it can be used as learning material for the upcoming ClickHouse® certifications. The instructor is an experienced ClickHouse professional and has authored a book on ClickHouse and conducted multiple live training sessions in ClickHouse.
This course will be updated periodically and enroll now to get lifelong access to this course!
Course Update History
-
01-07-2024 – Replaced the old video lectures on Special table engines. Added a new video for Dictionaries in ClickHouse. Combined the sections on Log engines and special table engines into a single section.
-
22-06-2024 – Replaced the video lectures on Data replication and Sharding with updated content
-
25-05-2024 – Added a separate section for RBAC. Updated the videos on RBAC and the section on ClickHouse Administration.
-
04-05-2024 – Replaced the old video lectures on the MergeTree engine family with the new ones
-
11-02-2024 – Added a new section on ClickHouse SQL. Replaced the old videos for ClickHouse data types.
-
14-01-2024 – Added a brand new section on MergeTree table engine basics. Contains ~44 minutes of new course content with 11 Video lectures.
-
12-09-2023 – Brand new videos in Section 1 (Installation, CH in Docker, connecting to CH server, DBeaver, Loading a dataset, and conclusion)
-
03-08-2023 – New course promo video and a new video on Course intro and ClickHouse Intro (Section 1)
-
01-08-2023 – Added an assignment on ClickHouse MergeTree engines
-
16-07-2023 – Added an assignment on ClickHouse SQL functions
-
04-07-2023 – Added an assignment on ClickHouse SQL – Part 1
-
25-06-2023 – Split the MergeTree table engine video lecture into three parts
-
11-06-2023 – Added quiz on Geo data types, map data type, and data skipping indexes
-
08-05-2023 – Added video lectures on Geo and Map data types. Added an exercise on designing a table.
Disclaimer: All trademarks, logos, and brand names are the property of their respective owners. All company, product, and service names used in this course are for identification purposes only. Use of these names, trademarks, and brands does not imply endorsement. Golden Clover Education and the instructors of this course are not affiliated with ClickHouse Inc.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Prelude
Lecture 2: Course Introduction
Lecture 3: Introduction to ClickHouse
Lecture 4: Installing ClickHouse
Lecture 5: ClickHouse in a Docker environment
Lecture 6: Connecting to a ClickHouse Server
Lecture 7: DBeaver
Lecture 8: Loading an Example dataset (Optional)
Lecture 9: Conclusion
Chapter 2: ClickHouse SQL – Part 1
Lecture 1: Introduction to ClickHouse SQL
Lecture 2: ClickHouse SQL – Data Definition Language
Lecture 3: ClickHouse SQL – Data Query Language
Lecture 4: ClickHouse SQL – Data Manipulation Language
Lecture 5: ClickHouse SQL – Data Definition Language – Part 2
Lecture 6: ClickHouse SQL – Working with Views
Lecture 7: ClickHouse SQL – Joins and Unions
Chapter 3: ClickHouse SQL – Part 2
Lecture 1: ClickHouse SQL – Introduction
Lecture 2: Operators
Lecture 3: ClickHouse Data Types
Lecture 4: Numeric Data Types
Lecture 5: String Data Types
Lecture 6: Date and Datetime
Lecture 7: Arrays and Tuples
Lecture 8: Nested Data Type
Lecture 9: Data Types for Low Cardinal Data
Lecture 10: Geo Data Types
Lecture 11: Map Data Type
Lecture 12: Exercise – Data Types
Chapter 4: Understanding MergeTree Table Engine
Lecture 1: Introduction
Lecture 2: Introduction
Lecture 3: Why it is called MergeTree?
Lecture 4: Data Part Merges in MergeTree
Lecture 5: Data Directory of a MergeTree table
Lecture 6: Primary Index file
Lecture 7: Column (Bin) Files
Lecture 8: Mark Files
Lecture 9: Primary Key and ORDER BY key
Lecture 10: Syntax for Creating a MergeTree table and settings
Lecture 11: Creating a MergeTree table with Partitions
Lecture 12: Operations on Partitions
Chapter 5: MergeTree Table Engines
Lecture 1: MergeTree Family of Table Engines
Lecture 2: Introduction
Lecture 3: ReplacingMergeTree
Lecture 4: SummingMergeTree
Lecture 5: AggregatingMergeTree
Lecture 6: CollapsingMergeTree
Lecture 7: VersionedCollapsingMergeTree
Lecture 8: Data Skipping Index
Lecture 9: Log Family Table Engines
Lecture 10: Introduction
Lecture 11: TinyLog Table Engine
Lecture 12: Log Table Engine
Lecture 13: StripeLog Table Engine
Chapter 6: Special Table Engines
Lecture 1: Special and Log Table Engines in ClickHouse
Lecture 2: Introduction
Lecture 3: File Table Engine
Lecture 4: Merge Table Engine
Lecture 5: Set Table Engine
Lecture 6: Memory Table Engine
Lecture 7: Buffer Table Engine
Lecture 8: GenerateRandom Table Engine
Lecture 9: URL Table Engine
Instructors
-
Vijay Anand Ramakrishnan
Instructor at Golden Clover Education
Rating Distribution
- 1 stars: 4 votes
- 2 stars: 1 votes
- 3 stars: 19 votes
- 4 stars: 48 votes
- 5 stars: 60 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024