You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds the junixsocket library to the dependencies. This
allows the usage of a UNIX domain socket connection to a postgresql
server. This promises both better performance, and it allows to use
a Linux user identity for authentication against the DB (versus
username/password auth for TCP/IP based communication to the DB).
The change is non-intrusive, i.e. per default TCP/IP is still used and
works as intended.
See c85217b
This commit adds the
junixsocket
library to the dependencies. Thisallows the usage of a UNIX domain socket connection to a
postgresql
server. This promises both better performance, and it allows to use
a Linux user identity for authentication against the DB (versus
username/password auth for TCP/IP based communication to the DB).
The change is non-intrusive, i.e. per default TCP/IP is still used and
works as intended.
For more information, checkout:
In particular, setting the following two properties in the
persistence.xml
suffices to connect to a postgresql via a socket file:The text was updated successfully, but these errors were encountered: