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

PostgreSql pipeline solution for Read-Only connections #33

Closed
sagenschneider opened this issue Jul 28, 2018 · 3 comments
Closed

PostgreSql pipeline solution for Read-Only connections #33

sagenschneider opened this issue Jul 28, 2018 · 3 comments
Labels
enhancement Requested enhancement

Comments

@sagenschneider
Copy link
Collaborator

Provide a Pipeline solution for retrieving multiple results.

Typical uses are:

  • reporting requiring to get multiple result sets (avoids waiting on results)
  • quicker look up of static data for applications

Shamelessly, this is also for TechEmpower benchmarks - sadly can't beat a pipe lining solution with single queries over more connections

@sagenschneider
Copy link
Collaborator Author

Co-ordinating with pgsql2 for solution: pgjdbc/pgadba#17

@sagenschneider
Copy link
Collaborator Author

Also, co-ordinating with pgjdbc/pgadba#23

@sagenschneider sagenschneider added the enhancement Requested enhancement label Oct 4, 2018
@sagenschneider
Copy link
Collaborator Author

Reactive covers ability to asynchronous load data. Given can incorporate Reactive within ManagedFunction, no need to build specific handling for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requested enhancement
Projects
None yet
Development

No branches or pull requests

1 participant