HermannKroll / NarrativeIntelligence

GNU General Public License v3.0
4 stars 0 forks source link

Service Database Configuration #300

Open HermannKroll opened 5 days ago

HermannKroll commented 5 days ago

The Postgres Database allows a certain number of parallel requests (and workers). Can we increase the number? How does Postgres work then? There should not be too many parallel workers as the performance might decrease then. However, the DB could still take the requests and schedule them for later processing. I assume that there is a DB configuration entry for that.