Why we need compression and what are the different compression format supported?
Answer Posted / Manoj Kumar Singh
{"Compression is necessary in data processing systems like Apache Spark to save storage space, reduce network traffic, and improve performance. Different compression formats supported by Spark include Gzip, Snappy, LZ4, and LZF. The choice of compression format depends on factors such as compression efficiency, decompression speed, and overall system requirements."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers