mongodb 里有类似 mysql 的 information_schema 这种存储元数据的数据库吗

2020-12-05 10:00:53 +08:00
 zxCoder

mongodb 里有类似 mysql 的 information_schema 这种存储元数据的数据库吗

听说以前的版本有 system.namespaces system.indexes,4.2 版本后取消了,现在应该在哪找呢?

1011 次点击
所在节点    问与答
7 条回复
zxCoder
2020-12-05 10:12:25 +08:00
英文好难理解啊


MongoDB stores system information in collections that use the <database>.system.* namespace, which MongoDB reserves for internal use. Do not create collections that begin with system.

文档这说的是 <database>.system.* namespace 这些 collection 只用于内部使用? root 角色也不能查吗
yonng
2020-12-05 10:26:51 +08:00
看文档描述是预留的防止冲突不让用而已,和 root 没啥关系
zxCoder
2020-12-05 10:31:04 +08:00
@yonng 不让用的意思是不能查吗
echowuhao
2020-12-05 10:39:38 +08:00
你打开 mongo shell 试试不就可以了么。。。
zxCoder
2020-12-05 10:40:48 +08:00
@echowuhao 。。。。
echowuhao
2020-12-05 10:41:39 +08:00
<database>.system.namespaces
REMOVED IN 4.2

Starting in MongoDB 4.2, <database>.system.namespaces has been removed (access to the collection has been deprecated since 3.0). To list the collections in a database, use the listCollections command instead.

<database>.system.indexes
REMOVED IN 4.2

Starting in MongoDB 4.2, <database>.system.indexes has been removed (access to the collection has been deprecated since 3.0). To list the inndexes, use the listIndexes command instead.


listCollections listIndexes 文档写好的。你只要 google 一下。
zxCoder
2020-12-05 10:49:40 +08:00
@echowuhao 这个我知道,我的问题是 mongodb 里有类似 mysql 的 information_schema 这种存储元数据的数据库吗

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/732351

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX