memgraph/docs/feature_spec/draft/cloud-native-graph-store.md

8 lines
357 B
Markdown
Raw Normal View History

2021-01-13 18:20:05 +08:00
# Cloud-native Graph Store
The biggest problem with the current in-memory storage is the total cost of
ownership for large datasets non-frequently updated. An idea to solve that is a
decoupled storage and compute inside a cloud environment. E.g., on AWS, a
database instance could use EC2 machines to run the query execution against
data stored inside S3.