Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个超过 50GB 的 json.bz2 文件。我想将文件拆分为分区以使用 python 在多线程中运行进程。
您能否建议我使用 python 代码随机拆分 json.bz2 文件(无需读取/迭代)的理想方法?
注意:流程不应花费数小时来拆分。