<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Database-Systems on Debimate</title><link>https://debimate.jp/tags/database-systems/</link><description>Recent content in Database-Systems on Debimate</description><image><title>Debimate</title><url>https://debimate.jp/images/default-ogp.webp</url><link>https://debimate.jp/images/default-ogp.webp</link></image><generator>Hugo -- 0.161.1</generator><language>ja-JP</language><lastBuildDate>Mon, 10 Aug 2026 18:59:37 +0900</lastBuildDate><atom:link href="https://debimate.jp/tags/database-systems/index.xml" rel="self" type="application/rss+xml"/><item><title>B-Tree - ページ単位の入出力に合わせた索引の木</title><link>https://debimate.jp/notes/database-systems/b-tree/</link><pubDate>Mon, 10 Aug 2026 00:00:00 +0000</pubDate><guid>https://debimate.jp/notes/database-systems/b-tree/</guid><description>&lt;p&gt;B-Tree は、1 つのノードに数百件のキーを並べる事で、木の段数を数段に抑えた探索木です。ノードとは木を構成する 1 つの箱を指します。この構造が最もよく使われるのは、RDB（リレーショナルデータベース）の索引（インデックス、index）の実装で、&lt;code&gt;CREATE INDEX&lt;/code&gt; で作られる一般的な索引や、主キー・一意制約を支える索引には B-Tree 系の構造が広く使われます。&lt;/p&gt;</description></item></channel></rss>