cellarium-ai / cellarium-cloud

Cellarium Cloud Core Library
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Increase database connection pool #109

Closed fedorgrab closed 11 months ago

fedorgrab commented 11 months ago

Currently, CAS doesn't allow to process large datasets (>=600k of cells) because the database is not capable of holding that many connections at the same time. Increasing the DB connection pool size should resolve this.