You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/24 07:29:22 UTC

[GitHub] [spark] mridulm edited a comment on pull request #34092: [SPARK-36827][CORE] Improve the perf and memory usage of cleaning up stage UI data

mridulm edited a comment on pull request #34092:
URL: https://github.com/apache/spark/pull/34092#issuecomment-926406914


   I am guessing the minor perf difference for level db would be the sort being done after pulling all data vs pushing the sort to the store.
   One option is to batch all the deletes together, instead of doing it one by one - which should make level db updates also faster ?
   
   For reference, there is a `LevelDB.writeAll` that was added - something similar for delete should help.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org