DataThirstLtd / DBFS-Explorer

DBFS Explorer for Databricks

Home Page:https://datathirst.net/projects/dbfs-explorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-process base64 offset downloads

saikksub opened this issue · comments

Current Implementation

Download base64 files with offset synchronously.

Proposed Implementation

Calculate offset index points of a target file and download each offset using Multi-process/threads.