升级到 Navicat 17.1 – 可享 20% 优惠

现在升级
了解更多

  • MongoDB 文档教程

    2018 年 8 月 14 日 ,由 Robert Gravelle 撰写 现代互连系统和设备产生的海量数据催生了一种称为 NoSQL 的新型数据库。这种新型非关系数据库中最着名的是 MongoDB。与传统的关系数据库(RDBMS)不同,MongoDB 不包含表。相反,它将数据存储为文档集合。

    https://navicat.com.cn/company/aboutus/blog/256-mongodb-documents-tutorial.html
  • 在 MongoDB 中创建 DBRefs

    2019 年 2 月 19 日 ,由 Robert Gravelle 撰写 在 上周的文章 中,我们通过 MongoDB 中的嵌入式和引用式方法探讨了对文档关系建模的优缺点。然后,我们创建嵌入式和引用式关系,并获得了一些宝贵的经验。今天,我们将学习如何在 MongoDB 中创建 DBRefs。

    https://navicat.com.cn/company/aboutus/blog/334-在-mongodb-中创建-dbrefs.html
  • 关于 MongoDB 的 _id 字段

    2019 年 3 月 26 日 ,由 Robert Gravelle 撰写 打开 MongoDB 数据库中的任何一个文档,你会注意到文档中有一个 _id 字段: 实际上,ObjectId 或 _id 是每个 MongoDB 文档中都存在的字段。在本篇文章中,我们将探讨它的什么以及为什么它对 MongoDB 数据库很重要。

    https://navicat.com.cn/company/aboutus/blog/274-关于-mongodb-的-_id-字段.html
  • 在 MongoDB 执行正则表达式搜索

    2019 年 4 月 1 日 ,由 Robert Gravelle 撰写 正则表达式(regex)提供了一种将字符串与模式匹配的方法,以便搜索变得“模糊”而不是精确。MongoDB 内置了一个 regex 引擎,因此即使你只是大概知道正在寻找的确切字段值,你也可以找到文档。在今天的文章中,我们将学习如何使用 Navicat for MongoDB 在 MongoDB 运用正则表达式。

    https://navicat.com.cn/company/aboutus/blog/276-在-mongodb-执行正则表达式搜索.html
  • MongoDB 中的关系

    2019 年 2 月 13 日 ,由 Robert Gravelle 撰写 顾名思义,关系数据库(RDBMS)维护表之间的关系,以有意义的方式组织数据。像 MongoDB 这样的文档数据库有时被称为“无结构”(schemaless),因为它们并没有像 RDBMS 那样真正实施关系。但是,虽然文档数据库不需要与关系数据库相同的预定义结构,但这并不意味着它们不支持。实际上,MongoDB 允许通过嵌入式和引用式方法对文档之间的关系进行建模。在今天的文章中,我们将使用 Navicat for...

    https://navicat.com.cn/company/aboutus/blog/270-relationships-in-mongodb.html
  • 在 MongoDB 中存储大文件

    2018 年 11 月 13 日 ,由 Robert Gravelle 撰写 MongoDB 采用一个名为“BSON”的序列化格式来存储文档。它结合了“Binary”和“JSON”(JavaScript Object Notation)这两个词,你可以将 BSON 视为 JSON 文档的二进制表示。可惜的是,BSON 序列化格式的大小限制为 16 MB。虽然这为大多数数据类型留下了足够的空间,但对于某些大型二进制格式,MongoDB 采用了一个名为 GridFS 的单独规范来存储和检索文件。...

    https://navicat.com.cn/company/aboutus/blog/285-在-mongodb-中存储大文件.html
  • 在 MongoDB 中使用覆盖索引查询

    2019 年 3 月 5 日 ,由 Robert Gravelle 撰写 你可能听说过列索引是通过最大限度地减少查询所需的磁盘访问次数来优化查询性能的好方法。MongoDB 有一个字段索引的特定应用程序,称为覆盖索引查询(Covered Queries),其中查询的所有列都被进行索引。因为 MongoDB 不必检查除索引之外的任何文档,所以覆盖索引查询非常快。在今天的文章中,我们将学习如何使用覆盖索引查询更快地查询数据。

    https://navicat.com.cn/company/aboutus/blog/275-在-mongodb-中使用覆盖索引查询.html
  • Navicat for MongoDB Download

    下載試用 我們提供 14 天免費的全功能 Navicat 試用版。 Windows Navicat for MongoDB 版本 12.1 (位置 1) Direct Download (32 bit) (位置 2) Direct Download (32 bit) (位置 3) Download with Support (32 bit) (位置 1) Direct Download (64 bit) (位置 2) Direct Download (64 bit) (位置 3) Download...

    https://navicat.com.cn/download/navicat-for-mongodb.html
  • Introduction to User & Role Management in MongoDB

    to User & Role Management in MongoDB

    https://navicat.com.cn/company/aboutus/blog/265-introduction-to-user-role-management-in-mongodb.html
  • 使用 NoSQL 数据库

    2018 年 8 月 10 日 ,由 Robert Gravelle 撰写 “NoSQL”实际上包含各种不同的数据库技术,这些技术是为应对现代应用程序和物联网(IoT)设备所要求的需求而开发的。通过链接众多系统和设备创建的大量新而快速变化的数据类型,给传统的 DBMS 带来了挑战:

    https://navicat.com.cn/company/aboutus/blog/255-使用-nosql-数据库.html
  • 如何备份 MongoDB 数据库?

    https://navicat.com.cn/support/help/如何备份-mongodb-数据库?.html
  • Navicat 是否支持阿里云、腾讯云、华为云、Amazon、Microsoft Azure、Oracle Cloud、MongoDB Atlas 和 Redis Enterprise Cloud 等云数据库?

    https://navicat.com.cn/support/help/navicat-是否支持阿里云、腾讯云、华为云、amazon、microsoft-azure、oracle-cloud、mongodb-atlas-和-redis-enterprise-cloud-等云数据库?.html
  • Navicat for MongoDB Resources

    https://navicat.com.cn/products/navicat-for-mongodb-resources.html
  • 在MongoDB中使用光标

    https://navicat.com.cn/company/aboutus/blog/342-在mongodb中使用光标.html
  • Editing User Roles in Navicat for MongoDB

    https://navicat.com.cn/company/aboutus/blog/266-editing-user-roles-in-navicat-for-mongodb.html
  • Sorting Documents in MongoDB

    https://navicat.com.cn/company/aboutus/blog/264-sorting-documents-in-mongodb.html
  • Specifying Collation in MongoDB (Part 2)

    https://navicat.com.cn/company/aboutus/blog/263-specifying-collation-in-mongodb-part-2.html
  • Specifying Collation in MongoDB (Part 1)

    https://navicat.com.cn/company/aboutus/blog/262-specifying-collation-in-mongodb-part-1.html
  • Introduction to Views in MongoDB

    https://navicat.com.cn/company/aboutus/blog/261-introduction-to-views-in-mongodb.html
  • Analyzing MongoDB Schemas and Data

    https://navicat.com.cn/company/aboutus/blog/260-analyzing-mongodb-schemas-and-data.html

搜索结果1 - 20总共56
现在升级!

* 活动时间:9月25日13:00 至9月27日 12:59
*此限时优惠活动仅针对升级Navicat永久许可证的线上支付订单,不与其他任何优惠同时进行。