-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtree-implementation.html
More file actions
11 lines (11 loc) · 2.96 KB
/
btree-implementation.html
File metadata and controls
11 lines (11 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>63.4. 実装</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="btree-support-funcs.html" title="63.3. B-Treeサポート関数" /><link rel="next" href="gist.html" title="第64章 GiSTインデックス" /><meta name="viewport" content="width=device-width,initial-scale=1.0" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="4" align="center"><a accesskey="h" href="index.html">PostgreSQL 12.4文書</a></th></tr><tr><td width="10%" align="left"></td><td width="10%" align="left"></td><td width="60%" align="center"><a href="btree.html" title="第63章 B-Treeインデックス">第63章 B-Treeインデックス</a></td><td width="20%" align="right"><div class="actions"><a class="issue" title="github" href="https://github.com/pgsql-jp/jpug-doc/issues/new?title=version 12.4 btree-implementation.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="btree-support-funcs.html" title="63.3. B-Treeサポート関数">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="btree.html" title="第63章 B-Treeインデックス">上へ</a></td><td width="60%" align="center">63.4. 実装</td><td width="20%" align="right"> <a accesskey="n" href="gist.html" title="第64章 GiSTインデックス">次へ</a></td></tr></table><hr /></div><div class="sect1" id="BTREE-IMPLEMENTATION"><div class="titlepage"><div><div><h2 class="title" style="clear: both">63.4. 実装</h2></div></div></div><span class="original">
<title>Implementation</title>
</span><p>
<span class="original">
An introduction to the btree index implementation can be found in
<filename>src/backend/access/nbtree/README</filename>.
</span>
btreeインデックス実装の導入紹介が<code class="filename">src/backend/access/nbtree/README</code>にあります。
</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="btree-support-funcs.html">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="btree.html">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="gist.html">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">63.3. B-Treeサポート関数 </td><td width="20%" align="center"><a accesskey="h" href="index.html">ホーム</a></td><td width="40%" align="right" valign="top"> 第64章 GiSTインデックス</td></tr></table></div></body></html>