nwaku/waku/waku_archive/driver/postgres_driver
Ivan FB 282c2e8107
chore: Minor Postgres optimizations (#2166)
* postgres_healthcheck: validate once per minute instead of 30 sec
* postgres_driver.nim: change MaxNumCons from 5 to 50
* postgres_driver.nim: split connPool into writeConPool and readConPool
  This aims to avoid clashes in insert and select queries
  because the inserts and selects can happen concurrently
  in relay and store events, respectively.
2023-10-30 15:16:49 +01:00
..
postgres_driver.nim chore: Minor Postgres optimizations (#2166) 2023-10-30 15:16:49 +01:00
postgres_healthcheck.nim chore: Minor Postgres optimizations (#2166) 2023-10-30 15:16:49 +01:00