7 ms·
I would also add, for data-science esc tasks (or bulk queries in general) - COPY {} TO is unreasonably fast - often much faster than executing the standard sele
by ca_parody 6y ago
I would also add, for data-science esc tasks (or bulk queries in general) - COPY {} TO is unreasonably fast - often much faster than executing the standard select (especially if that select is being executed by a driver in a slower language).
_
[0] https://www.postgresql.org/docs/9.2/sql-copy.html https://www.postgresql.org/docs/9.2/sql-copy.html
- haki 6y agoSee this https://hakibenita.com/fast-load-data-python-postgresql https://hakibenita.com/fast-load-data-python-postgresql