This HTML5 document contains 58 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n16https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n9http://qdbm.sourceforge.net/
freebasehttp://rdf.freebase.com/ns/
n8http://cr.yp.to/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
dbpedia-bghttp://bg.dbpedia.org/resource/
dbchttp://dbpedia.org/resource/Category:
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
n20http://www.unixuser.org/~euske/doc/cdbinternals/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Cdb_(software)
rdf:type
yago:Communication100033020 yago:DatabaseManagementSystem106588785 yago:CodingSystem106353757 yago:WrittenCommunication106349220 yago:WikicatFreeDatabaseManagementSystems yago:Code106355894 yago:Software106566077 yago:Writing106359877 yago:Abstraction100002137
rdfs:label
Cdb (software) Cdb
rdfs:comment
cdb, short for "constant database", refers to both a library and data format created by Daniel J. Bernstein. cdb acts as an on-disk associative array, mapping keys to values, and allows multiple values to be stored for a single key. A constant database allows only two operations: creation and reading. Both operations are designed to be very fast and highly reliable. Since the database does not change while it is in use, multiple processes can access a single database without locking. Additionally, since all modifications create a replacement database, it can take advantage of UNIX filesystem semantics to provide a guarantee of reliability. cdb(英: constant database)は ダニエル・バーンスタインによって開発された、単純なデータベースの作成と高速な問い合わせのためソフトウェアであり、cdbで扱うことのできるファイル形式の名称でもある。cdbは、4GBまでのハッシュ化データベースを扱うことができる。データベースはテキストファイルから簡単に作成することができる。 cdb はデータベースをいったん作成したら、そのあとで内容を更新(データの追加・削除・変更)することはできない。更新が必要なときはデータベース全体を作り直すことになる。一方で、更新の機能を持つ一般のデータベースと比較して、cdbでの問い合わせやデータベースの作成は非常に高速である。 cdb は、ダニエル・バーンスタインの開発したソフトウェアである、qmail、djbdns、 などで使用されているほか、dbskkd-cdb、Postfix などのソフトでも採用されている。 さらに高速で機能追加がなされたcdb互換ライブラリであるTinyCDBがリリースされている 。
foaf:homepage
n8:cdb.html
dcterms:subject
dbc:Database_management_systems
dbo:wikiPageID
9606879
dbo:wikiPageRevisionID
960153659
dbo:wikiPageWikiLink
dbr:String_(computer_science) dbr:Hash_table dbr:Little_endian dbr:Database dbr:Integer dbr:Djbdns dbr:Mess822 dbr:Exclusive_or dbr:License-free_software dbr:Berkeley_DB dbr:Ucspi-tcp dbr:Computer_file dbr:Public_domain dbc:Database_management_systems dbr:Qmail dbr:DBM_(computing) dbr:Algorithm dbr:Associative_array dbr:Storage_record dbr:Bit dbr:Daniel_J._Bernstein dbr:Library_(computing) dbr:Fastforward
dbo:wikiPageExternalLink
n8:cdb.html n9:benchmark.pdf n20:index.html
owl:sameAs
dbpedia-ja:Cdb dbpedia-bg:Cdb yago-res:Cdb_(software) n16:4gYjj wikidata:Q5055658 freebase:m.02plm63
dbp:wikiPageUsesTemplate
dbt:Lowercase dbt:Other_uses dbt:Refimprove dbt:Primarysources
dbo:abstract
cdb, short for "constant database", refers to both a library and data format created by Daniel J. Bernstein. cdb acts as an on-disk associative array, mapping keys to values, and allows multiple values to be stored for a single key. A constant database allows only two operations: creation and reading. Both operations are designed to be very fast and highly reliable. Since the database does not change while it is in use, multiple processes can access a single database without locking. Additionally, since all modifications create a replacement database, it can take advantage of UNIX filesystem semantics to provide a guarantee of reliability. Record positions, key and value lengths, and hash values are 32-bit quantities and therefore must fit into 4 gigabytes. cdb is used by djbdns, , , qmail and ucspi-tcp to provide highly efficient, reliable, and simple data access. cdb(英: constant database)は ダニエル・バーンスタインによって開発された、単純なデータベースの作成と高速な問い合わせのためソフトウェアであり、cdbで扱うことのできるファイル形式の名称でもある。cdbは、4GBまでのハッシュ化データベースを扱うことができる。データベースはテキストファイルから簡単に作成することができる。 cdb はデータベースをいったん作成したら、そのあとで内容を更新(データの追加・削除・変更)することはできない。更新が必要なときはデータベース全体を作り直すことになる。一方で、更新の機能を持つ一般のデータベースと比較して、cdbでの問い合わせやデータベースの作成は非常に高速である。 cdb は、ダニエル・バーンスタインの開発したソフトウェアである、qmail、djbdns、 などで使用されているほか、dbskkd-cdb、Postfix などのソフトでも採用されている。 さらに高速で機能追加がなされたcdb互換ライブラリであるTinyCDBがリリースされている 。
prov:wasDerivedFrom
wikipedia-en:Cdb_(software)?oldid=960153659&ns=0
dbo:wikiPageLength
4982
foaf:isPrimaryTopicOf
wikipedia-en:Cdb_(software)