> On Aug 26, 2020, at 1:11 PM, Chris Travers <chris.travers@gmail.com> wrote:
>
> For simple exporting, the simplest thing is a single-node instance of Spark.
Thanks.
> You can read parquet files in Postgres using https://github.com/adjust/parquet_fdw if you so desire but it does not
supportwriting as parquet files are basically immutable.
Yep, that's the next step. Well, really it is what I am interested in testing, but first I need my data in parquet
format(and confirmation that it gets decently compressed).