hash - compare mongodb query result by hashing -
hey i'm trying run 2 similar query on collection , want compare results of queries. queries return similar documents same quantity.
i don't want compare results each documents, want hash results , compare hash code see if same( remove date, id before comparison). or maybe similar approach map reduce?
is there way that? can see built in mongo md5 hash can hash entire collection. help?
Comments
Post a Comment