Skip to content

feat(pg): Use pgx batch to improve performance#2604

Merged
kodiakhq[bot] merged 3 commits intomainfrom
feat/pg/batch
Oct 11, 2022
Merged

feat(pg): Use pgx batch to improve performance#2604
kodiakhq[bot] merged 3 commits intomainfrom
feat/pg/batch

Conversation

@yevgenypats
Copy link
Copy Markdown
Contributor

@yevgenypats yevgenypats commented Oct 10, 2022

Adds batching to improve performance over network + exposing this as configuration.

Closes #2462

@yevgenypats yevgenypats requested review from a team, disq and hermanschaaf October 10, 2022 21:42
Copy link
Copy Markdown
Contributor

@hermanschaaf hermanschaaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires gofmt to be run, but otherwise LGTM 👍

@yevgenypats yevgenypats added the automerge Automatically merge once required checks pass label Oct 11, 2022
@kodiakhq kodiakhq bot merged commit ed16cef into main Oct 11, 2022
@kodiakhq kodiakhq bot deleted the feat/pg/batch branch October 11, 2022 08:13
kodiakhq bot pushed a commit that referenced this pull request Oct 11, 2022
🤖 I have created a release *beep* *boop*
---


## [1.2.0](plugins-destination-postgresql-v1.1.0...plugins-destination-postgresql-v1.2.0) (2022-10-11)


### Features

* **pg:** Use pgx batch to improve performance ([#2604](#2604)) ([ed16cef](ed16cef))


### Bug Fixes

* Update postgresql plugin to work with new sdk (deleteStale feature) ([#2587](#2587)) ([f5f9257](f5f9257))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

poor performance when talking to Postgres over a network

3 participants