Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4387 - cdb-0.75.ebuild (New Package)
Summary: cdb-0.75.ebuild (New Package)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jon Nelson (RETIRED)
URL: http://www.gentoo.it
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-01 09:03 UTC by Enrico Morelli
Modified: 2002-07-16 20:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cdb-0.75.ebuild (New Package) (cdb.tgz,657 bytes, text/plain)
2002-07-01 09:04 UTC, Enrico Morelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Enrico Morelli 2002-07-01 09:03:13 UTC
cdb is a fast, reliable, simple package for creating and reading
constant databases. Its database structure provides several 
features:
Fast lookups: A successful lookup in a large database normally takes
just two disk accesses. An unsuccessful lookup takes only one.
Low overhead: A database uses 2048 bytes, plus 24 bytes per record,
plus the space for keys and data.
No random limits: cdb can handle any database up to 4 gigabytes. 
There are no other restrictions; records don't even have to fit 
into memory.
Databases are stored in a machine- independent format.
Fast atomic database replacement: cdbmake can rewrite an entire
database two orders of magnitude faster than other hashing packages.
Fast database dumps: cdbdump prints the contents of a database in
cdbmake-compatible format.
cdb is designed to be used in mission-critical applications like 
e-mail.
Database replacement is safe against system crashes. Readers don't 
have to pause during a rewrite.
Comment 1 Enrico Morelli 2002-07-01 09:04:20 UTC
Created attachment 1899 [details]
cdb-0.75.ebuild (New Package)
Comment 2 Jon Nelson (RETIRED) 2002-07-16 20:54:20 UTC
dev-db/cdb already exists at version 0.75