Skip to content

Commit 1098321

Browse files
Public talks new form (#2620)
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
1 parent 258cc59 commit 1098321

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1273
-241
lines changed

ydb/docs/.yfm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ allowCustomResources: true
55
resources:
66
script:
77
- _assets/gtm.js
8+
style:
9+
- _assets/tags.css
810

911
docs-viewer:
1012
project-name: ydb

ydb/docs/_assets/tags.css

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
.tags_list {
2+
display: grid;
3+
grid-template-columns: auto 1fr;
4+
grid-auto-rows: auto;
5+
grid-auto-columns: auto;
6+
grid-gap: 10px;
7+
}
8+
9+
10+
.multi-tags-container {
11+
display:flex;
12+
flex-direction: row;
13+
justify-content: flex-start;
14+
flex-wrap: wrap;
15+
column-gap: 10px;
16+
}
17+
18+
.tags-shape {
19+
border-radius: 5px;
20+
padding: 4px;
21+
}
22+
23+
.g-root_theme_light {
24+
.tags-color-text {
25+
color: white;
26+
}
27+
28+
.overview-tag {
29+
background-color:#e8b4bf;
30+
}
31+
32+
.use_cases-tag {
33+
background-color:#edc9a7;
34+
}
35+
.practice-tag {
36+
background-color:#97b38e;
37+
}
38+
39+
.database_internals-tag {
40+
background-color:#98989c;
41+
}
42+
43+
.releases-tag {
44+
background-color:#b3cc73;
45+
}
46+
47+
.testing-tag {
48+
background-color:#83adda;
49+
}
50+
51+
}
52+
53+
.g-root_theme_dark {
54+
.tags-color-text {
55+
color: black;
56+
}
57+
58+
.overview-tag {
59+
background-color:#e8b4bf;
60+
}
61+
62+
.use_cases-tag {
63+
background-color:#edc9a7;
64+
}
65+
.practice-tag {
66+
background-color:#97b38e;
67+
}
68+
69+
.database_internals-tag {
70+
background-color:#98989c;
71+
}
72+
73+
.releases-tag {
74+
background-color:#b3cc73;
75+
}
76+
77+
.testing-tag {
78+
background-color:#83adda;
79+
}
80+
81+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Parallel asynchronous replication between YDB database instances {#2022-conf-hydra-parallel-async-rep}
2+
3+
{% include notitle [database_internals_tag](../../tags.md#database_internals) %}
4+
5+
In this talk, we present an approach to asynchronous replication in {{ ydb-short-name }} that provides the following characteristics: changefeed from the source database is sharded among multiple persistent queues, sharded changefeed is applied to the target database in a manner that guarantees the target database consistency.
6+
7+
@[YouTube](https://www.youtube.com/watch?v=Ga2Eg2rbPPc)
8+
9+
[Slides](https://presentations.ydb.tech/2022/en/hydra/presentation.pdf)
10+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### {{ ydb-short-name }} — an open-source distributed SQL database {#2023-conf-fos-ydb}
2+
3+
{% include notitle [overview_tag](../../tags.md#overview) %}
4+
5+
{{ ydb-short-name }} is used as a mission-critical database for many Internet-scale services. YDB has been designed as a platform for various data storage and processing systems and is aimed at solving a wide range of problems. [{{ team.bondar.name }}]({{ team.bondar.profile }}) ({{ team.bondar.position }}) spoke about the structure of {{ ydb-short-name }}, its main features, and benefits.
6+
7+
@[YouTube](https://www.youtube.com/watch?v=A0O7yr9_1Tg)
8+
9+
The presentation is suitable for everyone who is not yet familiar with {{ ydb-short-name }}.
10+
11+
[Slides](https://presentations.ydb.tech/2023/en/fossasia_summit/presentation.pdf)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Scale it easy: YDB's high performance in a nutshell {#2023-conf-hl-serbia-scale}
2+
3+
{% include notitle [database_internals_tag](../../tags.md#database_internals) %}
4+
5+
Implementing a distributed database with strong consistency isn’t difficult; ensuring speed and scalability is the challenge. YDB excels in these aspects. In this talk, we’ll discuss YDB’s architecture and high performance, present benchmark results, and compare YDB to top competitors.
6+
7+
[{{ team.ivanov.name }}]({{ team.ivanov.profile }}) ({{ team.ivanov.position }}) discussed the architecture of YDB, demonstrated its high performance through benchmark results, and compared YDB with its competitors.
8+
9+
@[YouTube](https://youtu.be/iMjq96GQTHQ?si=moMbI3Je90s3zY60)
10+
11+
The presentation will be of interest to developers of high-load systems and developers of platforms for various purposes.
12+
13+
[Slides](https://presentations.ydb.tech/2023/en/highload_serbia/ydb_performance/presentation.pdf)
14+
15+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Enhancing a Distributed SQL Database Engine: A Case Study on Performance Optimization {#2024-conf42-devops}
2+
3+
{% include notitle [internals_tag](../../tags.md#database_internals) %}
4+
5+
Learn how we optimized a distributed SQL database engine, focusing on benchmark-driven improvements, and pivotal testing strategies. [{{ team.ozeritskiy.name }}]({{team.ozeritskiy.profile}}) ({{team.ozeritskiy.position}}) will talk about performance optimization of distributed SQL engine. He will discuss background information about YDB engine itself and where it is used. The final part of his talk will be about containerization and performance.
6+
7+
@[YouTube](https://youtu.be/I_UaaqJrxT8?si=xhqI-LBy1VfC34FZ)
8+
9+
The presentation is suitable for DBA.
10+
11+
[Slides](https://presentations.ydb.tech/2024/en/conf42_devops/presentation.pdf)
20.1 KB
Loading
26.8 KB
Loading
18.4 KB
Loading
27.3 KB
Loading

0 commit comments

Comments
 (0)