CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 05:15:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324104339
location: https://web.archive.org/web/20100324104339/https://github.com/mongodb/mongo/tree/r1.1.4
server-timing: captures_list;dur=0.608635, exclusion.robots;dur=0.018065, exclusion.robots.policy;dur=0.007153, esindex;dur=0.009597, cdx.remote;dur=22.159671, LoadShardBlock;dur=231.875892, PetaboxLoader3.datanode;dur=74.685512, PetaboxLoader3.resolve;dur=54.041619
x-app-server: wwwb-app239
x-ts: 302
x-tr: 399
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; 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, 28 Aug 2025 05:15:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 10:43:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e873b7eb853ff0e2577e43eab4c6791a"
x-archive-orig-x-runtime: 124ms
x-archive-orig-content-length: 34235
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 10:43:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 09 Dec 2009 04:00:10 GMT", ; rel="prev memento"; datetime="Sun, 14 Feb 2010 17:20:50 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 10:43:39 GMT", ; rel="next memento"; datetime="Sun, 25 Jul 2010 08:10:08 GMT", ; rel="last memento"; datetime="Sun, 25 Jul 2010 08:10:08 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_20100324085623_crawl101-c/52_14_20100324104337_crawl101.arc.gz
server-timing: captures_list;dur=0.635542, exclusion.robots;dur=0.038193, exclusion.robots.policy;dur=0.026309, esindex;dur=0.011582, cdx.remote;dur=17.504906, LoadShardBlock;dur=340.299425, PetaboxLoader3.datanode;dur=282.344356, PetaboxLoader3.resolve;dur=143.250990, load_resource;dur=118.011875
x-app-server: wwwb-app239
x-ts: 200
x-tr: 560
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 r1.1.4 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r1.1.4
click here to add a description
click here to add a homepage
commit cb39613c0f6ae9afd799d77c84189e457e56c54f
tree 9ab5d98ae6511b2d1c0181621552e06336108bb1
parent ad7fc8908396a3351a0f07bb1e2fc4baba2802ad
tree 9ab5d98ae6511b2d1c0181621552e06336108bb1
parent ad7fc8908396a3351a0f07bb1e2fc4baba2802ad
mongo /
README
MongoDB README DOCUMENTATION https://www.mongodb.org/ COMPONENTS mongod - The database process. mongos - Sharding controller. mongo - The database shell (uses interactive javascript). BUILDING see docs/building.md RUNNING ./mongod runs the database. Use ./mongod --help to see command line options. NOTES 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 work fine with small development databases.