Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain various level of persistence in Apache Spark?



Explain various level of persistence in Apache Spark?..

Answer / Ankit Multani

There are three levels of persistence in Apache Spark: (1) Memory-only, where data is stored only in memory and not on disk, providing fast access but with limited durability. (2) DisktOnly, where data is saved to disk but not kept in memory after processing, offering improved durability at the cost of slower access times. (3) MemoryAndDisks, which combines both memory-only and disktOnly persistence, allowing for efficient caching and querying of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain Spark leftOuterJoin() and rightOuterJoin() operation?

1 Answers  


On which all platform can Apache Spark run?

1 Answers  


Which is the best spark certification?

1 Answers  


How do I optimize my spark code?

1 Answers  


Explain pipe() operation in Apache Spark?

1 Answers  


What is difference between cache and persist in spark?

1 Answers  


what do you mean by the worker node?

1 Answers  


What is rdd map?

1 Answers  


What is the difference between persist() and cache()?

1 Answers  


What is the spark driver?

1 Answers  


Is spark sql faster than hive?

1 Answers  


What is dag – directed acyclic graph?

1 Answers  


Categories