CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Fri, 29 Aug 2025 16:18:48 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 16:42:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6f16a91860d81000a77103ef552084e3"
x-archive-orig-x-runtime: 217ms
x-archive-orig-content-length: 25720
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 24 Mar 2010 16:42:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 09 Feb 2009 00:06:01 GMT", ; rel="prev memento"; datetime="Sun, 14 Feb 2010 17:19:26 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 16:42:04 GMT", ; rel="next memento"; datetime="Sat, 01 May 2010 08:57:54 GMT", ; rel="last memento"; datetime="Mon, 26 Jul 2010 12:50:20 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: 52_14_20100324152546_crawl103-c/52_14_20100324164050_crawl101.arc.gz
server-timing: captures_list;dur=0.487102, exclusion.robots;dur=0.019377, exclusion.robots.policy;dur=0.009105, esindex;dur=0.009272, cdx.remote;dur=27.775560, LoadShardBlock;dur=278.864466, PetaboxLoader3.datanode;dur=248.416491, PetaboxLoader3.resolve;dur=262.728604, load_resource;dur=351.371007
x-app-server: wwwb-app211
x-ts: 200
x-tr: 717
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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=()
content-encoding: gzip
mongodb's mongo at r0.1.0_rc2 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r0.1.0_rc2
click here to add a description
click here to add a homepage

dwight (author)
Mon Aug 04 06:43:02 -0700 2008
mongo /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Nov 24 23:18:39 -0800 2007 | scripts [mongodb] |
![]() |
GNU-AGPL-3.0.txt | Tue Jul 22 06:45:40 -0700 2008 | license [erh] |
![]() |
README | Tue Jul 22 06:56:45 -0700 2008 | tweak readme [dwight] |
![]() |
bin/ | Loading commit data... ![]() |
|
![]() |
boost/ | ||
![]() |
db/ | ||
![]() |
grid/ | Sat Aug 02 11:58:15 -0700 2008 | replication fixes plus some log cleanup [dwight] |
![]() |
lib/ | Mon Nov 05 11:44:26 -0800 2007 | boost [dwight] |
![]() |
pcre-7.4/ | Sun Nov 04 10:11:38 -0800 2007 | pcre [dwight] |
![]() |
stdafx.cpp | ||
![]() |
stdafx.h | ||
![]() |
stdafx.h.gch | Fri Oct 19 16:35:48 -0700 2007 | first commit [dwight] |
![]() |
targetver.h | Sun Jul 20 14:37:33 -0700 2008 | added AGPL License Header to every file take 2 [erh] |
![]() |
util/ | Sat Aug 02 14:02:41 -0700 2008 | log cleanup [dwight] |
README
Mongo Database README DOCUMENTATION https://www.10gen.com/wiki/db ORGANIZATION db/ : core database source code grid/ : socket messaging stuff util/ : util classes BUILDING cd db make clean && make RUNNING Run ./db and command line options will display. COMPILER VERSIONS Mongo has been tested with GCC 4.1.2 and Visual Studio 2008. Older versions of GCC may not be happy. NOTES Mongo uses the 10gen appserver and the Java Virtual Machine to execute user program code in the database. This feature is optional -- if you would like to run the database without these installed, run with the --nojni option. With --nojni specified, the db.eval() and $where features are no longer available. Mongo uses memory mapped files. If built as a 32 bit executable, you will not be able to work with large (multi-gigabyte) databases. However, 32 bit builds should work fine with small development databases.