青年中文青年中文

mongodb的意思

mongodb中文翻譯:

數據庫

相似詞語短語

joins mongodb───加入mongodb

capped collection mongodb───封頂集合mongodb

雙語使用場景

You can now start the MongoDB server.───您現在可以啟動 MongoDB 服務器。

Visit the official MongoDB site.───訪問MongoDB官方網站。

You are now ready to startup MongoDB.───您現在已經準備好啟動MongoDB。

I was hoping that this book would be a good introduction to NoSQL in general as well as how to use MongoDB specifically.───我期望此書不但是一個優秀的對無SQL的總體概述,而且也詳細介紹如何應用MongoDB。

But for applications that require high performance throughput and a flexible data model, MongoDB could be worth a look.───但是對于那些需要高性能流量和靈活數據模型的應用程序來說,MongoDB值得一看。

The book was full of clear and concise examples that I could use to easily play around with MongoDB and get a feel for using it.───本書有許多簡潔明了的例子可供我來簡單的使用MongoDB,有一種使用它的感覺。

Note that in MongoDB, my tickets collection did not need to be created beforehand.───請注意在MongoDB中,我的tickets集合無需提前創建。

MongoDB is now set up and ready to use.───MongoDB現在設置完成并準備使用。

This makes it easy to get up and running with MongoDB quickly.───這使快速啟動和運行MongoDB變得容易。

英語使用場景

For this application, I'll store location coordinates in a MongoDB instance hosted by MongoHQ, which is another PaaS provider.

Another major feature introduced in MongoDB 1.6 is Replica Sets, a replication feature based on the initial master/slave replication but adding automatic failover and recovery.

Developers interact with MongoDB via the shell program, which permits command-line arguments, or by using a language driver to access datastore instances.

Using MongoDB, you would probably store customers, products, and orders in individual collections, but you would embed line item data inside the relevant order document.

For example, type connect and hit the return key, and you will see the source code used to connect to a MongoDB database.

If your MongoDB server crashes, you should repair the database to check for any corruption and perform some data compaction.

Please note that this applies to the MongoDB shell program, some drivers may implement a delete function or otherwise.

A document-oriented database such as MongoDB is one example, as is the object-oriented database, which does away with object-relational mapping (ORM) completely.