Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/20013
  
    > the memory usage will be much larger with InMemoryStore.
    
    No it won't. The in-memory store does not use extra memory for indices. It 
sorts the data when the index is read, and discards that memory after the 
iterator is discarded.


---

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

Reply via email to