adutra commented on code in PR #1187:
URL: https://github.com/apache/polaris/pull/1187#discussion_r1998281697
##########
site/content/in-dev/0.9.0/metastores.md:
##########
@@ -101,6 +101,11 @@ The following shows a sample configuration for integrating
Polaris with Postgres
<property name="jakarta.persistence.jdbc.password" value="postgres"/>
<property name="jakarta.persistence.schema-generation.database.action"
value="create"/>
<property name="eclipselink.persistence-context.flush-mode" value="auto"/>
+ <property name="eclipselink.connection-pool.default.initial" value="1" />
Review Comment:
@MonkeyCanCode I am not sure these are good defaults. I chose these values
for the Helm tests to minimize the amount of connections created during the
tests, but for a normal usage, these values are maybe too low.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]