Open Huo662329 opened 2 years ago
Does "hive.parquet-batch-read-optimization-enabled" implement what you want?
@Huo662329 Can you check the above comment and respond?
The Presto Java batch reader should be fairly well vectorized when decoding the data. There may be parts of it that can not be well autovectorized, e.g. Decoding repetition and definition levels. ALso filter push down was not implemented. We're developing a new C++ Parquet reader in Velox, which will be fully vectorized.
Do presto support vectorized reader on parquet file?