db2 ソースパッケージをダウンロード:
libdb2 is a library for manipulating database files, developed at Berkeley and extended by Sleepycat Software Inc. This is an ancient, obsolete version.
It supports three kinds of file formats:
* btree. A representation of a sorted, balanced tree structure. * hashed. An extensible, dynamic hashing scheme. * UNIX file oriented. A byte stream file with fixed or variable length records.Other core database services:
* page cache management for fast access, clean page allocation. * lock with multiple reader/writer granularity. * nested transaction support with logging and rollback recovery (two phase commit). * Large set of utilities, to dump/load/restore data and examine log.
|
|
|
| アーキテクチャ | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|
| alpha | 374.8 kB | 896 kB | [ファイル一覧] |
| amd64 (非公式の移植版) | 295.0 kB | 652 kB | [ファイル一覧] |
| arm | 285.8 kB | 620 kB | [ファイル一覧] |
| hppa | 329.4 kB | 740 kB | [ファイル一覧] |
| i386 | 291.1 kB | 636 kB | [ファイル一覧] |
| ia64 | 479.2 kB | 1372 kB | [ファイル一覧] |
| m68k | 259.8 kB | 564 kB | [ファイル一覧] |
| mips | 300.5 kB | 856 kB | [ファイル一覧] |
| mipsel | 301.9 kB | 856 kB | [ファイル一覧] |
| powerpc | 299.9 kB | 676 kB | [ファイル一覧] |
| s390 | 302.6 kB | 684 kB | [ファイル一覧] |
| sparc | 289.8 kB | 672 kB | [ファイル一覧] |