单词 | MongoDB | ||||||||||||||
释义 | MongoDB
更多释义 收起释义 例句释义: 数据库,文档数据库,常用命令 1. 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。 www.bing.com 2. But for applications that require high performance throughput and a flexible data model, MongoDB could be worth a look. 但是对于那些需要高性能流量和灵活数据模型的应用程序来说,MongoDB值得一看。 www.ibm.com 3. 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,有一种使用它的感觉。 www.bing.com 4. Note that in MongoDB, my tickets collection did not need to be created beforehand. 请注意在MongoDB中,我的tickets集合无需提前创建。 www.ibm.com 5. MongoDB is now set up and ready to use. MongoDB现在设置完成并准备使用。 www.ibm.com 6. This makes it easy to get up and running with MongoDB quickly. 这使快速启动和运行MongoDB变得容易。 www.ibm.com 7. Caching. With its potential for high performance, MongoDB works well as a caching tier in an information infrastructure. 缓存。凭借其高性能的潜力,MongoDB可以作为信息基础框架的缓存层很好的工作。 www.bing.com 8. If the database does not exist, MongoDB will create it as soon as you add any data to it. 如果数据库不存在,在您将数据添加到数据库时,MongoDB将会创建它。 www.ibm.com 9. Read Notes from a production MongoDB deployment to see how one company switched from MySQL to MongoDB. 阅读MongoDB生产部署的说明,了解企业如何从MySQL转换到MongoDB。 www.ibm.com 10. The final sanity check is to see if the JSON document was persisted to MongoDB, which you'll recall is running over at MongoHQ. 最后的健康状况检查是查看JSON文档是否持久化到MongoDB,还记得吗,MongoDB运行在MongoHQ上。 www.ibm.com 1. For detailed information on MongoDB's implementation of it, see the MongoDB documentation (see Resources for a link). 有关MongoDB实现的详细信息,请参阅MongoDB文档。(参见参考资料中的链接)。 www.ibm.com 2. Operationally, MongoDB can be run in two modes depending on the needs of the application. 从操作角度来讲,MongoDB可以根据应用程序的需要以两种模式来运行。 www.infoq.com 3. Document and Content Management Systems - as a document-oriented (JSON) database, MongoDB's flexible schemas are a good fit for this. 文档和内容管理系统-作为一个面向文件(JSON)的数据库,MongoDB的弹性结构很适合。 www.bing.com 4. MongoDB can automatically distribute databases, collections or objects in a collection over multiple shards without any downtime. MongoDB能快速的从多个Shard中自动分配数据库、集合或集合中的对象,而不需要停机。 www.infoq.com 5. In MongoDB, data is stored in collections, allowing you to separate documents if required. 在MongoDB中,数据以集合的形式存储。如果需要,您可以分割文档。 www.ibm.com 6. I chose MongoDB initially due the "look and feel" of it's site, documentation, and community. 我选择了MongoDB,最初是因为它的网站、文档和社区给人的感觉都很不错。 www.bing.com 7. Data in MongoDB is stored as documents, which allow for representation of complex relationships, all within a single data object. MongoDB中的数据以文档形式存储,这样就能在单个数据对象中表示复杂的关系。 www.infoq.com 8. MongoDB's query engine also makes it very simple to apply aggregation and group functions on your data. MongoDB的查询引擎也使得对数据应用聚合和分组函数变得非常简单。 www.ibm.com 9. Morphia's filter operators closely map to the query operators used in MongoDB queries. Morphia的筛选运算符紧密地映射到用于MongoDB查询的查询运算符。 www.ibm.com 10. The = operator I used in the above query, for instance, is analogous to the $eq operator in MongoDB. 例如,我在上面查询中使用的=运算符就类似于MongoDB中的$eq运算符。 www.ibm.com 1. Included with the MongoDB distribution is a shell application that allows you complete control over your databases. MongoDB发行版包含一个shell应用程序,使您能够完全控制数据库。 www.ibm.com 2. Because the MongoDB shell uses JavaScript, you can write regular JavaScript constructs when interacting with your database. 由于MongoDBshell使用JavaScript,当您与数据库交互时,可以编写规则的JavaScript结构。 www.ibm.com 3. MongoDB's bin directory contains a series of utilities for importing and exporting data in a variety of formats. MongoDB的bin目录包含了一系列工具,可用于以各种格式导入和导出数据。 www.ibm.com 4. For MongoDB or Riak - you can manipulate data at GUI-level e. g. , summarization, but it's not a traditional analysis-situation. 对于MongoDB或Riak来说,你可以在GUI层次上操纵数据,比如说摘要,但它并非传统的分析情况。 www.infoq.com 5. In MongoDB, your blog post document would have a scomments attribute that stores the comments for that post. 在MongoDB中,有关博客文章的文档只需要一个comments属性来存储该文章的评论。 www.ibm.com 6. You can try this example directly in the interactive MongoDB web console shell which also embeds the online tutorial. 你可以直接在交互式MongoDBWeb控制台Shell里运行该范例,其中还嵌入了在线教程。 www.infoq.com 7. Morphia automatically creates this field to record the type of the object in MongoDB. Morphia自动创建此字段以便记录MongoDB中的对象类型。 www.ibm.com 8. This will start the MongoDB database server as a foreground process. 这将作为前台进程启动MongoDB数据库服务器。 www.ibm.com 9. The standard MongoDB distribution includes command line utilities for adding and retrieving GridFS files to and from the local file system. 标准MongoDB发行版包含将GridFS文件添加到本地文件系统以及从本地文件系统检索GridFS文件的命令行工具。 www.ibm.com 10. MongoDB also provides a group function for performing actions like you would do in a GROUP BY expression in SQL. MongoDB还为执行类似于SQL中的GROUPBY表达式的操作提供了group函数。 www.ibm.com 1. 10gen develops and supports MongoDB, the open source, high performance, scalable, document-oriented database. 10gen开发并支持MongoDB,一个开源、高性能、可扩展、面向文档的数据库。 www.ibm.com 2. Journaling adds additional durability to MongoDB through write-ahead redo logs. Journaling日志通过预写式的Redo日志为MongoDB增加了额外的可靠性。 www.infoq.com 3. MongoDB is a scalable, high-performance next-generation database. MongoDB是一个可扩展、高性能的下一代数据库。 www.infoq.com 4. MongoDB uses the GridFS specification to store large files, by dividing the file into smaller chunks among multiple documents. MongoDB通过将文件划分为多个文档之间的较小块,使用GridFS规范来存储大文件。 www.ibm.com 5. For this application, I'll store location coordinates in a MongoDB instance hosted by MongoHQ, which is another PaaS provider. 对于这个应用程序,我将把位置坐标存储到MongoHQ托管的一个MongoDB实例中,MongoDB也是一个PaaS提供者。 www.ibm.com 6. Each one is queried for pertinent data, then an instance of MongoDB's BasicDBObject is created and populated with relevant data. 要查询每一个以获取相关数据,然后创建MongoDB的BasicDBObject实例并填入相关数据。 www.ibm.com 7. These systems typically require multi-object transactions, which MongoDB doesn't support. 这些系统通常需要多对象事物控制,MongoDB不支持。 www.bing.com 8. Search engine is based on mongodb do a very good choice, use it to create reverse index billions of web pages is a breeze! 基于mongodb做搜索引擎也是非常好的选择,用它给数以亿计的网页建立反向索引也是轻而易举的事情!!! www.pudn.com 9. One example of this is MongoDB's support for dynamic queries that don't require predefined MapReduce functions. 这方面的一个例子是动态查询的MongoDB支持无需预定义的MapReduce函数。 www.ibm.com 10. Closing the command prompt window that opens will stop the MongoDB server. 关闭打开的命令提示符窗口将会停止MongoDB服务器。 www.ibm.com 1. It allows type-safe, idiomatic access to MongoDB documents. 它允许对MongoDB文档进行类型安全的、惯用的访问。 www.ibm.com 2. In the end, I'm not sure how big a fan I am of MongoDB itself, but I'm a big fan of this book. 最后,我不确定我有对MongoDB本身有多着迷,不过这本书非常值得一看。 www.bing.com 3. Morphia is a powerful tool for interacting with MongoDB. Morphia是与MongoDB进行交互的强大工具。 www.ibm.com 4. Note in Listing 6 that MongoDB created an ID for each document, as signified by the _id key. 请注意在清单6中MongoDB为每一个文档都创建了一个ID,如_id键所示。 www.ibm.com 5. I used this quick install to play with as I read through the book. 通过阅读本书,我快速安装MongoDB来实践书本上的知识。 www.bing.com 6. Because MongoDB uses BSON and not JSON or CSV, it is difficult to preserve data types when importing data from these formats. 因为MongoDB使用BSON而不是JSON或CSV,从这些格式中导入数据时很难保留数据类型。 www.ibm.com 7. However, if you must store related data separately you can do so easily in MongoDB using a separate collection. 不过,如果您必须分开存储相关数据,在MongoDB中也可以简单地使用一个独立的集合来完成。 www.ibm.com 8. Another good example is that you store customer order information in the MongoDB docs. 另一个好的示例是您把客户订单信息存储在MongoDB文档中。 www.ibm.com 9. MongoDB lets you execute dynamic queries and work in a native language like Java, Ruby, or PHP. MongoDB让您能执行动态查询并使用本地语言(如Java、Ruby或PHP)工作。 www.ibm.com 10. For detailed documentation on how auto-sharding works and how to implement it, see the MongoDB documentation. 有关自动分片的工作原理及如何实现它的详细信息,请参阅MongoDB文档。 www.ibm.com 1. In the next section, you will learn how to use the MongoDB shell to create databases, collections, documents, and so on. 在下一节中,您将学习如何使用MongoDBshell来创建数据库、集合、文档等。 www.ibm.com 2. In order to facilitate this, MongoDB relies on the concepts of sharding and replication, which you will learn about in this section. 为了发挥这些优势,MongoDB引入了分片和复制的概念,您将在本节中学习。 www.ibm.com 3. Getting started with MongoDB couldn't be easier, especially because it offers downloads for target operating systems. MongoDB入门再简单不过了,尤其因为其为目标操作系统提供了下载。 www.ibm.com 4. Some changes also occurred in MongoDB's toolset. 在MongoDB的工具集中也有一些变化。 www.infoq.com 5. For example, type connect and hit the return key, and you will see the source code used to connect to a MongoDB database. 例如,输入connect后按回车键,您将看到用于连接MongoDB数据库的源代码。 www.ibm.com 6. MongoDB is very good at real-time inserts, updates, and queries. MongoDB非常擅长于实时插入、更新和查询。 www.bing.com 7. I hope you've seen, though, that MongoDB's schemaless nature enables a lot of flexibility. 但是,我希望您已经看到MongoDB的无模式性质实现了很大的灵活性。 www.ibm.com 8. In addition, you'll also learn how you can store large files in MongoDB using GridFS. 此外,您还将学习如何在MongoDB中使用GridFS存储大文件。 www.ibm.com 9. MongoDB was first released to the public 16 months ago, on Nov 2nd 2009. MongoDB在14个月前,于2009年2月11日,发布了第一个正式版本。 www.infoq.com 10. The Release Notes and MongoDB Jira contain more information on what's new in 1. 6. Jira上包含了更多的1.6版本相关信息。 www.infoq.com 1. For additional information on new features in this release, see the MongoDB 1. 8 webinar. 欲更多地了解该版本中的新特性,请查看MongoDB1.8Webinar。 www.infoq.com 2. Read Reflections on MongoDB to learn how Collective Idea has made the switch. 阅读MongoDB思考,了解业界观念如何转变。 www.ibm.com 3. This makes is easy for organizations currently using relational databases to migrate. 这使得当前使用关系数据库的组织很容易迁移到MongoDB。 www.ibm.com 4. Online shell allows you to try out MongoDB without installing 在线shell让您能够不安装MongoDB即可试用 www.ibm.com 5. MongoDB supports a variety of conditional operators, including MongoDB支持各种条件运算符,包括 www.ibm.com 6. To get other administration information, you can also run the following commands in the MongoDB shell 为了获得其他管理信息,也可以在MongoDBshell中运行以下命令 www.ibm.com 7. Data Connectivity - allowing you to connect as a custom data source such as for MongoDB or Riak 数据连通性——可以作为客户化数据源如MongoDB或Riak来连接 www.infoq.com |
||||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。