Skip to content

Improvement in PgBinaryWriter #14

@kowalczm

Description

@kowalczm

Hi,
I'm reviewing this project and spoted that PgBinaryWriter's buffer is declared as buffer = new DataOutputStream(new BufferedOutputStream(out));. I think we can remove 'BufferedOutputStream' as passed stream is 'PGCopyOutputStream' which itself is buffered. It could increase performace.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions