Skip to content

PostgreSQL performance optimization #4457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2017
Merged

PostgreSQL performance optimization #4457

merged 1 commit into from
Dec 25, 2017

Conversation

vitaly-t
Copy link
Contributor

@vitaly-t vitaly-t commented Dec 25, 2017

Performance-optimizing transactions to execute all non-result queries via a single IO operation.

Performance-optimizing transactions to execute all non-result queries as a single operation.
@codecov
Copy link

codecov bot commented Dec 25, 2017

Codecov Report

Merging #4457 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4457      +/-   ##
==========================================
- Coverage   92.66%   92.65%   -0.02%     
==========================================
  Files         118      118              
  Lines        8346     8348       +2     
==========================================
+ Hits         7734     7735       +1     
- Misses        612      613       +1
Impacted Files Coverage Δ
...dapters/Storage/Postgres/PostgresStorageAdapter.js 96.82% <100%> (ø) ⬆️
src/RestWrite.js 93.28% <0%> (-0.19%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 415ee3a...7c33cf6. Read the comment docs.

@vitaly-t vitaly-t merged commit 34453bf into master Dec 25, 2017
@vitaly-t vitaly-t deleted the vitaly-t-patch-2 branch December 26, 2017 12:26
flovilmart pushed a commit that referenced this pull request Dec 29, 2017
Performance-optimizing transactions to execute all non-result queries as a single operation.
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
Performance-optimizing transactions to execute all non-result queries as a single operation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants