Is it possible to keep a database in spark where executors write and read from it for a batch of data and then it clears the database to start again for the next batch.
Is this fast if we are talking for 100k entries per batch? which database should I use for a beginner?