Limit search to available items
Record 16 of 81
Previous Record Next Record
E-book
Author Sleepycat Software, Inc

Title Berkeley DB / Sleepycat Software, Inc
Edition First edition
Published Hoboken, NJ : Sams, ; Boston : Pearson Education, [2001]
©2001

Copies

Description 1 online resource (xix, 664 pages) : illustrations
Contents I. Reference guide ; Introduction -- Getting started : a simple tutorial -- Access method configuration -- Access method operations -- Access method wrap-up -- Berkeley DB architecture -- Berkeley DB environment -- Berkeley DB concurrent data store applications -- Berkeley DB transactional data store applications -- XA resource manager -- Programmer notes -- The locking subsystem -- The logging subsystem -- The memory pool subsystem -- The transaction subsystem -- RPC/client server -- Java API -- Tcl API -- Dumping and reloading databases -- Debugging applications -- Building Berkeley DB for UNIX and QNX systems -- Building Berkeley DB for Win32 platforms -- Building Berkeley DB for VxWorks systems -- Upgrading Berkeley DB applications -- Test suite -- Distribution -- Additional references -- II. API manual ; C API -- C++ API -- Java API -- Tcl API -- Supporting utilities
Summary Berkeley DB is an embedded database system. It links directly into the address space of the application that uses it, and provides a simple function-call API for storing and retrieving data. It can run in single-user mode, or provide high-concurrency, transaction-protected, fully recoverable access to records that it stores. Programmers embed it in their applications, and end users are generally unaware that they're using a database at all. There is no separate server to install and administer, no ongoing manual maintenance required, and no complex query language to master. This book gives detailed information on the design and implementation of Berkeley DB, and how to use it in applications. This book will help readers decide whether they need an embedded database at all, and how their application should use Berkeley DB to get the best performance and greatest reliability from it
Bibliography Includes bibliographical references (pages [241]-242), and index
Notes Copyright © 2001 by New Riders Publishing 2001
Issuing Body Made available through: Safari, an O'Reilly Media Company
Notes Online resource; Title from title page (viewed June 14, 2001)
Print version record
SUBJECT Berkeley DB. http://id.loc.gov/authorities/names/n2001013393
Berkeley DB fast
Subject Computer programs.
Database management.
Database management -- Software
Software
Database Management Systems
software.
Computer programs
Database management
Genre/Form handbooks.
Handbooks and manuals
Software
Handbooks and manuals.
Guides et manuels.
Form Electronic book
Author Safari, an O'Reilly Media Company
Other Titles Berkeley data base