Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 547 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 547 Bytes

Memory profiling of delta-rs writer

To run you'll first need a Parquet file handy, for example:

curl -o supply-chains.parquet https://seafowl-public.s3.eu-west-1.amazonaws.com/tutorial/trase-supply-chains.parquet 

Then simply execute the profiling script, passing in the location of the Parquet file:

./profile.sh /home/ubuntu/supply-chains.parquet

This will build the bytehound binaries needed for profiling, run the profiling and then open a server that provides a UI to investigate the recorded memory profiles.