Skip to content

Commit b60ad9b

Browse files
authored
1 parent 4661169 commit b60ad9b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Working with Raw Disk Drives in Kubernetes — YDB's Experience | 在Kubernetes中使用原始磁盘驱动器——YDB的经验
2+
3+
{% include notitle [internals_tag](../../tags.md#database_internals) %}
4+
5+
YDB is an open-source distributed database management system that, for performance reasons, uses raw disk drives (block devices) to store all data without any filesystem. It was relatively straightforward to manage such a setup in the bare-metal world of the past, but the dynamic nature of cloud-native environments introduced new challenges to keep this performance benefit. In this talk at [KubeCon + CloudNativeCon + Open Source Summit Hong Kong](https://kccncossaidevchn2024.sched.com/event/1eYZz), [{{ team.blinkov.name }}]({{ team.blinkov.profile }}) ({{ team.blinkov.position }}) explores how to leverage Kubernetes and the Operator design pattern to modernize how stateful distributed database clusters are managed without changing the primary approach to how the data is physically stored.
6+
7+
YDB是一个开源的分布式数据库管理系统,为了性能考虑,使用原始磁盘驱动器(块设备)存储所有数据,而不使用任何文件系统。在过去的裸金属世界中管理这样的设置相对比较简单,但云原生环境的动态特性引入了新的挑战,以保持这种性能优势。在这次演讲中,我们将探讨如何利用Kubernetes和运算符设计模式来现代化管理有状态的分布式数据库集群,而不改变数据物理存储的主要方法。
8+
9+
[Slides](https://presentations.ydb.tech/2024/en/kubecon_hongkong/presentation.pdf)

ydb/docs/en/core/public-materials/videos.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Video recordings from conferences and webinars. The materials are divided by cat
99

1010
- 2024
1111

12+
{% include [KubeCon + CloudNativeCon + Open Source Summit](./_includes/conferences/2024/kubecon-hongkong.md) %}
13+
1214
{% include [COSCUP](./_includes/conferences/2024/coscup.md) %}
1315

1416
{% include [TechInternals](./_includes/conferences/2024/TechInternals.md) %}

0 commit comments

Comments
 (0)