john-bodley edited a comment on issue #13879: URL: https://github.com/apache/superset/issues/13879#issuecomment-822041540
Actually per [this](http://www.dbaglobe.com/2018/02/example-to-load-csv-with-newline.html?m=1) example using the Parquet format (as opposed to a text file) may resolve the problem. There are likely additional wins since the binary Parquet format should be significantly more performant from a retrieval perspective than storing the data as a text file and parsing the CSV via the opencsc SerDe. Note this change would serve as a perquisite for https://github.com/apache/superset/issues/14020. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
