Commit ebeadc83 authored by 박준형's avatar 박준형

Update code_perf.md

parent 16f1d35c
CSV 파일 읽기 개선 CSV 파일 읽기 개선
spark.conf.set("spark.sql.files.maxPartitionBytes", 1024 * (1024 * 256)) spark.conf.set("spark.sql.files.maxPartitionBytes", 1024 * (1024 * 256))
val df = spark.read.option("header", "true") val df = spark.read.option("header", "true")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment