Use mongodb-Day 1

Source: Internet
Author: User

Download:

On the official website: http://www.mongodb.org/downloads system download, my system is win7 32-bit, naturally downloaded the http://downloads.mongodb.org/win32/mongodb-win32-i386-2.2.0.zip

Configuration:

1. create d: \ mongodb on disk D: and create a folder named d: \ Mongodb \ data under D: mongodb.

2. Copy the extracted exe file to the D: \ mongodb \ directory.

Usage:

1. Open cmd and go to D: \ mongodb \ To start mongod.exe.

2. Execute mongod.exe -- dbpath "D: \ mongodb \ data", as follows: (-- path followed by dbpath. If there is a space, you must use double "" to reference it)

If a warning occurs, you can ignore it. The problem does not occur during my first use.

Test:

1. Open the new cmd, go to the d: \ mongodb \ directory, and execute cmd.exe.

2. Test basic functions such as insert, update, find, and remove.

3. I learned about the content of mongodb non-relational data storage. When two different records are inserted, the storage structure may be different. During update, only the modified content is updated, but the unmodified part is lost.

Conclusion: for the first time, I used a non-relational database mongodb to record and learn it myself.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.