-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepisode-72.xml
63 lines (57 loc) · 2.69 KB
/
episode-72.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<item xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<title>The OVSDB Query Optimizer and Key-Value Interface</title>
<guests>Dmitry Yusupov from NVIDIA</guests>
<description>
<p>
Dmitry Yusupov submitted a talk to the Open vSwitch 2020 Fall Conference
that we weren't able to fit into the schedule. This podcast, recorded in
December 2020, is based on the material that Dmitry presented in <a
href="https://youtu.be/3h4i05oe5VQ">a video available on YouTube</a>.
The <a href="episode-72-slides.pdf">slides</a> for Dmitry's talk are also
available.
</p>
<p>
The abstract for this talk is:
</p>
<blockquote>
<p>
OVSDB (management protocol RFC 7047) is a fundamental building block of
modern SDN architecture based on OVN/OVS. OVSDB is the key component
that is responsible for efficient scalability of large deployments,
such as 1000+ node Kubernetes clusters when CNI function is OVN based.
</p>
<p>
OVSDB was originally designed to store configuration for Open vSwitch
daemon, however, it was later extended to be part of OVN architecture,
with added RAFT clustering support and improved scale-out capabilities,
such as efficient scale-out caches.
</p>
<p>
This talk brings a question of scaling up OVSDB with introduction of
OVSDB Query Optimizer using primary and alternate key indexing. We
will be also looking at OVSDB with Query Optimizer as high-performance
Key-Value API interface and compare it to ETCD.
</p>
</blockquote>
<p>
You can contact Dmitry as <a
href="https://twitter.com/dmitryy">@dmitryy</a> on Twitter, or via email
at <a href="mailto:[email protected]">[email protected]</a>.
</p>
<p class="attribution">
OVS Orbit is produced by <a href="mailto:[email protected]">Ben Pfaff</a>. The
intro music in this episode is <a
href="http://dig.ccmixter.org/files/AlexBeroza/43098">Drive</a>,
featuring cdk and DarrylJ, copyright 2013, 2016 by Alex. The bumper
music is <a href="http://dig.ccmixter.org/files/speck/42100">Yeah Ant</a>
featuring Wired Ant and Javolenus, copyright 2013 by Speck. The outro
music is <a href="http://dig.ccmixter.org/files/Kirkoid/43005">Space
Bazooka</a> featuring Doxen Zsigmond, copyright 2013 by Kirkoid. All
content is licensed under a Creative Commons <a
href="http://creativecommons.org/licenses/by/3.0/">Attribution 3.0
Unported (CC BY 3.0)</a> license.
</p>
</description>
<pubDate>Sat, 27 Feb 2021 02:47:19 GMT</pubDate>
</item>