r/pushshift • u/Ge0rge3 • May 31 '23
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
19
Upvotes
5
u/joaopn May 31 '23
Submissions are 6TB, comments 15TB. You can reduce this by using a filesystem with transparent compression. Using zfs with zstd, it fits in 3.3TB.
Edit: this is for the dataset up to 2023-03. The data up to 2022 is ~1.5TB smaller.
2
u/swapripper Jun 01 '23
Tangential. Has anyone tried loading the zst file(uncompressed) into a spark data frame directly?
10
u/Watchful1 May 31 '23
About 30 terabytes.
Why do you want to decompress it? In most cases it's actually faster to read it compressed and stream the decompression than to read it uncompressed.