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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406
|
<?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>The Berkeley DB products</title>
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB Programmer's Reference Guide" />
<link rel="up" href="intro.html" title="Chapter 1. Introduction" />
<link rel="prev" href="intro_where.html" title="Where does Berkeley DB run?" />
<link rel="next" href="am_conf.html" title="Chapter 2. Access Method Configuration" />
</head>
<body>
<div xmlns="" class="navheader">
<div class="libver">
<p>Library Version 11.2.5.3</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">The Berkeley DB products</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="intro_where.html">Prev</a> </td>
<th width="60%" align="center">Chapter 1.
Introduction
</th>
<td width="20%" align="right"> <a accesskey="n" href="am_conf.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="intro_products"></a>The Berkeley DB products</h2>
</div>
</div>
</div>
<div class="toc">
<dl>
<dt>
<span class="sect2">
<a href="intro_products.html#idp50715960">Berkeley DB Data Store</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="intro_products.html#idp50715552">Berkeley DB Concurrent Data Store</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="intro_products.html#idp50708368">Berkeley DB Transactional Data Store</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="intro_products.html#idp50712672">Berkeley DB High Availability</a>
</span>
</dt>
</dl>
</div>
<p>
Oracle provides four Berkeley DB products, each differing by the
level of database support that they offer.
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
Berkeley DB Data Store
</li>
<li>
Berkeley DB Concurrent Data Store
</li>
<li>
Berkeley DB Transactional Data Store
</li>
<li>
Berkeley DB High Availability
</li>
</ul>
</div>
<p>
Each product provides additional functionality to the product that
precedes it in the list. As a result, you can download Berkeley DB
and build an application that provides read-only database access
for a single-user, and later add support for more complex database
access patterns for multiple users.
</p>
<p>
The single Open Source distribution of Berkeley DB from Oracle
includes the four products and building the distribution
automatically builds all four products. However, you must use the
same Berkeley DB product throughout an application or group of
applications.
</p>
<p>
To redistribute Berkeley DB software, you must have a license for
the Berkeley DB product you use. For further details, refer to the
licensing informaion at:
<a class="ulink" href="http://www.oracle.com/technetwork/database/berkeleydb/downloads/index.html" target="_top">http://www.oracle.com/technetwork/database/berkeleydb/downloads/index.html</a>
</p>
<p>
A comparison of the four Berkeley DB product features is provided
in the following table.
</p>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
<col align="left" />
<col align="left" />
<col align="left" />
<col align="left" />
<col align="left" />
</colgroup>
<thead>
<tr>
<th align="center"> </th>
<th align="center">Berkeley DB Data Store</th>
<th align="center">Berkeley DB Concurrent Data Store</th>
<th align="center">Berkeley DB Transactional Data Store</th>
<th align="center">Berkeley DB High Availability</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">
<p>
What is this product?
</p>
</td>
<td align="left">
<p>
Provides indexed, single-reader/single-writer embedded data storage
</p>
</td>
<td align="left">
<p>
Adds simple locking with multiple-reader/single-writer capabilities
</p>
</td>
<td align="left">
<p>
Adds complete ACID transaction support, as well as recovery
</p>
</td>
<td align="left">
<p>
Adds single-master data replication across multiple physical machines
</p>
</td>
</tr>
<tr>
<td align="left">
<p>
Ensures recovery operation
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
</tr>
<tr>
<td align="left">
<p>
Provides Locking feature
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
</tr>
<tr>
<td align="left">
<p>
Provides concurrent read-write access
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
</tr>
<tr>
<td align="left">
<p>
Provides transactional support
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
</tr>
<tr>
<td align="left">
<p>
Supports SQL access
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
</tr>
<tr>
<td align="left">
<p>
Provides replication support
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
No
</p>
</td>
<td align="left">
<p>
Yes
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp50715960"></a>Berkeley DB Data Store</h3>
</div>
</div>
</div>
<p>The Berkeley DB Data Store product is an embeddable, high-performance data store. This product
supports multiple concurrent threads of control, including multiple
processes and multiple threads of control within a process.
However, Berkeley DB Data Store does not support locking,
and hence does not guarantee correct behavior if more than one
thread of control is updating the database at a time. The Berkeley DB Data Store is
intended for use in read-only applications or applications which can
guarantee no more than one thread of control updates the
database at a time.</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp50715552"></a>Berkeley DB Concurrent Data Store</h3>
</div>
</div>
</div>
<p>The Berkeley DB Concurrent Data Store product adds multiple-reader, single writer capabilities to
the Berkeley DB Data Store product. This product provides built-in concurrency and locking feature.
Berkeley DB Concurrent Data Store is
intended for applications that need support for concurrent updates to a
database that is largely used for reading.</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp50708368"></a>Berkeley DB Transactional Data Store</h3>
</div>
</div>
</div>
<p>The Berkeley DB Transactional Data Store product adds support for transactions and database recovery.
Berkeley DB Transactional Data Store is intended for applications that require
industrial-strength database services, including excellent performance
under high-concurrency workloads of read and write operations,
the ability to commit or roll back multiple changes to the database at
a single instant, and the guarantee that in the event of a
catastrophic system or hardware failure, all committed database changes
are preserved.</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp50712672"></a>Berkeley DB High Availability</h3>
</div>
</div>
</div>
<p>The Berkeley DB High Availability product adds support for data replication. A single master system
handles all updates, and distributes these updates to multiple replicas. The number of replicas depends on the application requirements. All replicas can handle read requests during
normal processing. If the master system fails for any reason, one of
the replicas takes over as the new master system, and distributes
updates to the remaining replicas.</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="intro_where.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="intro.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="am_conf.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Where does Berkeley DB run? </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> Chapter 2.
Access Method Configuration
</td>
</tr>
</table>
</div>
</body>
</html>
|