 RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース
「TiDB」をKubernetesで動かしてみよう!Open Source Conference 2022 Online/Spring RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース 「TiDB」をKubernetesで動かしてみよう! Executive Technical Advisor / Makoto Hasegawa 2 Makoto Hasegawa Working at // PingCAP(JP) Online/Spring 3 について Open Source Conference 2022 Online/Spring 4 NewSQL製品「TiDB」を主に開発 ワールドワイドにビジネスを展開中 (1600社以上の採用実績) CNCF に「TiKV」及び「Chaos Mesh」を寄与 Open Source Conference 2022 Online/Spring 5 TiKV は現在「Incubating」ステータスとなっています Open Source Conference 2022 Online/Spring 6 2021年4月に日本法人が発足しました ??? Open Source Conference 2022 Online/Spring 7 ? 本日のアジェンダ? TiDB について理解しよう Kubernetes で TiDB を構築する際のポイント0 码力 | 71 页 | 6.65 MB | 1 年前3 RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース
「TiDB」をKubernetesで動かしてみよう!Open Source Conference 2022 Online/Spring RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース 「TiDB」をKubernetesで動かしてみよう! Executive Technical Advisor / Makoto Hasegawa 2 Makoto Hasegawa Working at // PingCAP(JP) Online/Spring 3 について Open Source Conference 2022 Online/Spring 4 NewSQL製品「TiDB」を主に開発 ワールドワイドにビジネスを展開中 (1600社以上の採用実績) CNCF に「TiKV」及び「Chaos Mesh」を寄与 Open Source Conference 2022 Online/Spring 5 TiKV は現在「Incubating」ステータスとなっています Open Source Conference 2022 Online/Spring 6 2021年4月に日本法人が発足しました ??? Open Source Conference 2022 Online/Spring 7 ? 本日のアジェンダ? TiDB について理解しよう Kubernetes で TiDB を構築する際のポイント0 码力 | 71 页 | 6.65 MB | 1 年前3
 Debian リファレンス v2.124. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 3.2 /boot/grub/grub.cfg の上記部分のメニューエントリーの意味 . . . . . . . . . . . . . . . . . . . . . 85 3.3 Debian システムのブートユーティリティーのリスト に準拠するシステムのブートアッププロセスは bootup(7) に詳述されている。(最新の Debian) • UNIX System V Release 4 に準拠するシステムのブートアッププロセスは boot(7) に詳述されている。(過去の Debian) 3.1 ブートストラッププロセスの概要 コンピューターシステムは、電源投入イベントからユーザーに機能の完備したオペレーティングシステム (OS) リファレンス 85 / 259 UEFI システムの場合、GRUB2 は ESP パーティションを最初に読み、”/boot/efi/EFI/debian/grub.cfg” 中 の search.fs_uuid に指定された UUID を使って GRUB2 メニュー設定ファイル”/boot/grub/grub.cfg” があ るパーティションを決めます。 GRUB2 メニュー設定ファイルの重要部分は以下です:0 码力 | 287 页 | 1.60 MB | 1 年前3 Debian リファレンス v2.124. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 3.2 /boot/grub/grub.cfg の上記部分のメニューエントリーの意味 . . . . . . . . . . . . . . . . . . . . . 85 3.3 Debian システムのブートユーティリティーのリスト に準拠するシステムのブートアッププロセスは bootup(7) に詳述されている。(最新の Debian) • UNIX System V Release 4 に準拠するシステムのブートアッププロセスは boot(7) に詳述されている。(過去の Debian) 3.1 ブートストラッププロセスの概要 コンピューターシステムは、電源投入イベントからユーザーに機能の完備したオペレーティングシステム (OS) リファレンス 85 / 259 UEFI システムの場合、GRUB2 は ESP パーティションを最初に読み、”/boot/efi/EFI/debian/grub.cfg” 中 の search.fs_uuid に指定された UUID を使って GRUB2 メニュー設定ファイル”/boot/grub/grub.cfg” があ るパーティションを決めます。 GRUB2 メニュー設定ファイルの重要部分は以下です:0 码力 | 287 页 | 1.60 MB | 1 年前3
 Comprehensive Rust(日语) 202412bss_end 0: cmp x29, x30 b.hs 1f stp xzr, xzr, [x29], #16 b 0b 1: /* Prepare the stack. */ adr_l x30, boot_stack_end mov sp, x30 /* Set up exception vector. */ adr x30, vector_table_el1 msr vbar_el1, x30 sets up the exception vector. It preserves x0-x3 * for the Rust entry point, as these may contain boot parameters. */ .section .init.entry, "ax" .global entry entry: /* Load and apply the memory management bss_end 0: cmp x29, x30 b.hs 1f stp xzr, xzr, [x29], #16 b 0b 1: /* Prepare the stack. */ adr_l x30, boot_stack_end mov sp, x30 /* Set up exception vector. */ adr x30, vector_table_el1 msr vbar_el1, x300 码力 | 381 页 | 1.36 MB | 10 月前3 Comprehensive Rust(日语) 202412bss_end 0: cmp x29, x30 b.hs 1f stp xzr, xzr, [x29], #16 b 0b 1: /* Prepare the stack. */ adr_l x30, boot_stack_end mov sp, x30 /* Set up exception vector. */ adr x30, vector_table_el1 msr vbar_el1, x30 sets up the exception vector. It preserves x0-x3 * for the Rust entry point, as these may contain boot parameters. */ .section .init.entry, "ax" .global entry entry: /* Load and apply the memory management bss_end 0: cmp x29, x30 b.hs 1f stp xzr, xzr, [x29], #16 b 0b 1: /* Prepare the stack. */ adr_l x30, boot_stack_end mov sp, x30 /* Set up exception vector. */ adr x30, vector_table_el1 msr vbar_el1, x300 码力 | 381 页 | 1.36 MB | 10 月前3
共 3 条
- 1













