Distributed Data Structure
Jump to navigation
Jump to search
A Distributed Data Structure is a data structure that can be used by a distributed system.
- Context:
- It can support a Data Redistribution Across Partitions Operation.
- …
- Example(s):
- a Distributed DataFrame, such as: a Spark DataFrame.
- …
- Counter-Example(s):
- See: Read-Only Distributed Data Structure, Data Sharding.