Skip to content

Current INSERT INTO method could be nicer #2

@mhkeller

Description

@mhkeller

ts currently inserts data by concatenating a long INSERT INTO statement because something like the bulk load from csv won't work with multi-dimensional data afaik. This approach, however, will probably not work for larger datasets and something like copy streams might be a better solution https://github.com/brianc/node-pg-copy-streams

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions