Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.3.3
-
None
Description
After a false start as described in attached, I implement a removeAllKeys call to KVStore that is capable of deleting all keys that match a particular class' index. The implementation in LevelDB performs a delete based on each key, as elements in LevelDB are indexed, and the implementation in InMemoryStore performs a scan and conditional remove, as elements in InMemoryStore are not indexed.
Attachments
Attachments
Issue Links
- duplicates
-
SPARK-27726 Performance of InMemoryStore suffers under load
- Resolved