-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
type:questionFurther information is requestedFurther information is requested
Description
Hi! I am interested in this platform, but I have some questions about its overall performance.
How well does the MWDB perform when storing large numbers of samples (up to millions)? Has it been used in this way before?
Is there any reason why hashes are stored as hex-text rather than binary? https://github.com/CERT-Polska/mwdb-core/blob/master/mwdb/model/file.py#L32-L37
Wouldn't storing it in binary be more resource efficient?
The same question applies to blobs: https://github.com/CERT-Polska/mwdb-core/blob/master/mwdb/model/blob.py#L49.
_content=content.encode("unicode_escape").decode("utf-8")
Escaping a byte would take 4–5 bytes.
Metadata
Metadata
Assignees
Labels
type:questionFurther information is requestedFurther information is requested