BSON
BSON
-
Type ( match values with a specified BSON data type )
$type(匹配具有指定BSON数据类型的值)
-
These documents are stored in BSON format and grouped into collections ( similar to SQL Server tables ) by document type .
这些文档以BSON格式存储,根据文档类型被分组到集合(类似于SQLServer里的表)中。
-
It stores data inside JSON-like documents ( using BSON & a binary version of JSON ), which hold data using key / value pairs .
它在类似于JSON的文档中存储数据(使用BSON,一个JSON的二进制版本),存储数据的方式是使用键/值对。
-
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,从这些格式中导入数据时很难保留数据类型。