CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 04:54:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100830150030
location: https://web.archive.org/web/20100830150030/https://wiki.python.org/moin/BerkeleyDB
server-timing: captures_list;dur=0.526208, exclusion.robots;dur=0.018809, exclusion.robots.policy;dur=0.008645, esindex;dur=0.011748, cdx.remote;dur=5.485676, LoadShardBlock;dur=58.253843, PetaboxLoader3.datanode;dur=42.911168
x-app-server: wwwb-app218
x-ts: 302
x-tr: 87
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 17 Jul 2025 04:54:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Mon, 30 Aug 2010 15:00:30 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 7924
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 30 Aug 2010 15:00:30 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 28 Jun 2006 11:58:36 GMT", ; rel="prev memento"; datetime="Sat, 08 Dec 2007 09:32:45 GMT", ; rel="memento"; datetime="Mon, 30 Aug 2010 15:00:30 GMT", ; rel="next memento"; datetime="Thu, 11 Aug 2011 15:40:48 GMT", ; rel="last memento"; datetime="Thu, 16 Jan 2025 20:44:12 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_17_20100830105841_crawl103-c/51_17_20100830145935_crawl103.arc.gz
server-timing: captures_list;dur=0.487331, exclusion.robots;dur=0.018664, exclusion.robots.policy;dur=0.008803, esindex;dur=0.011062, cdx.remote;dur=17.404024, LoadShardBlock;dur=40.841639, PetaboxLoader3.datanode;dur=63.882641, load_resource;dur=113.192836, PetaboxLoader3.resolve;dur=59.401250
x-app-server: wwwb-app218
x-ts: 200
x-tr: 217
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
BerkeleyDB - PythonInfo Wiki
Masthead
- URL
- licence
- python or bsd style
- platforms
- linux, bsd, unix, windows, probably more
Pros
berkeleydb is small and fast. it offers key -> value storage, transactions, logging, and multi thread + process support.
Cons
it is primarily an embedded database, not a fancy one supporting tables. it may or may not be appropriate for your data storage needs.
EditText (last edited 2008-11-15 14:00:33 by localhost)