by michalc on 2/11/24, 6:58 AM with 6 comments
... but pushed by an actual use case, I finally made a decision and did it.
by mortallywounded on 2/12/24, 5:38 PM
Recently I used it to bulk import a billion rows and dedupe by a single column/constraint by throwing out the rows that conflicted. It did it-- in like two hours.
by mrAssHat on 2/12/24, 12:21 PM
I think it would be best to illustrate the readme with a problem it tries to solve: currently I don't understand why a simple set of INSERT operations wouldn't suffice.
Also, the phrase "ingest data into Postgres" sounds wrong: it would be postgres, not your tool that would ingest data (if it could), your tool should be described as the one "putting data into Postgres". And thus you probably have named your tool wrong...
by _boffin_ on 2/12/24, 9:57 PM