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桁の16進数(192ビット)ハッシュがあり、私が見ると、mongoはこの値を文字列として格納します。数字のように保存する方法はありますか?文字列よりも数字として保存する方が効果的でしょうか?
最も効率的な方法は、単純にbinaryデータ型です。MongoDBがドキュメントを保存するBSON形式は「バイナリ」JSONであるため、効率的です。使用法は、使用するプログラミング言語によって異なります。
binary