Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于一种对象,我有唯一的 48 位十六进制(192 位)哈希,而且,我可以看到,mongo 将这些值存储为字符串。有没有办法像数字一样存储它?将其存储为数字会比存储为字符串更有效吗?
最有效的方法就是binary数据类型。它之所以高效,是因为 MongoDB 存储文档的 BSON 格式是“二进制”JSON。用法取决于您使用的编程语言。
binary