Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
-
None
Description
Currently Spark SS only has one built-in StateStore implementation HDFSBackedStateStore. Actually it uses in-memory map to store state rows. As there are more and more streaming applications, some of them requires to use large state in stateful operations such as streaming aggregation and join.
Several other major streaming frameworks already use RocksDB for state management. So it is proven to be good choice for large state usage. But Spark SS still lacks of a built-in state store for the requirement.
We would like to explore the possibility to add RocksDB-based StateStore into Spark SS.
Attachments
Issue Links
- relates to
-
SPARK-28120 RocksDB state storage
- Resolved
- links to