Skip to content
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

[Performance] Large Object's Input Stream (BlobInputStream) takes a lot of time due to read one by one in application level #2375

Closed
wants to merge 4 commits into from

Commits on Dec 28, 2021

  1. perf: change BlobInputStream to buffered read on application level pg…

    …jdbc#2374
    
    change BlobInputStream behaviors to support buffered read. Large Object's Input Stream (BlobInputStream) takes a lot of time due to read one by one in application level
    
    pgjdbc#2374
    vlan0416 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    1a84524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56402a4 View commit details
    Browse the repository at this point in the history
  3. perf: change BlobInputStream to buffered read on application level

    change BlobInputStream behaviors to support buffered read. Large Object's Input Stream (BlobInputStream) takes a lot of time due to read one by one in application level
    
    pgjdbc#2374
    vlan0416 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    3d161db View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master'

    vlan0416 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    aba67a6 View commit details
    Browse the repository at this point in the history