Skip to content

Document impact of the uniqueness constraint on memory footprint #1013

Open
@antejavor

Description

@antejavor

10 milion nodes with application ID = 1GB (approximately)
10 milion nodes with index on application ID = 2 GB (approximately)
10 milion nodes with a constraint on the application ID = 3GB (approximately)
Scaling this by a factor of 10:
100M nodes = 10GB
100M nodes + index = 20GB
100M nodes + index + constraint = 30GB
Scaling this by a factor of 10
1B = 100GB
1B nodes + index = 200GB
1B nodes + index + constraint = 300GB

Expand the memory calculation with the context on uniqueness constraints: https://memgraph.com/docs/fundamentals/storage-memory-usage#calculate-storage-memory-usage

Metadata

Metadata

Assignees

Labels

priority: low (improvements)An idea how the representation of knowledge on a certain page could be improved

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions