|
|
|
|
|
by nojvek
637 days ago
|
|
I wish postgres supports parquet file imports and exports. COPY command with csv is really slooooooooow. Even BINARY is quite slow and bandwidth heavy. I wonder how open postgres is and what kind of pull requests postgres team considers? I'd like to learn how to contribute to PG in baby steps and eventually get to a place where I could contribute substantial features. |
|
I'd guess that this may fit your purpose to add a custom format without having to fork upstream.