nwaku/waku/waku_archive/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 chore: Minor Postgres optimizations (#2166) 2023-10-30 15:16:49 +01:00
queue_driver Revert "feat: messageHash attribute added in SQLite + testcase (#2142)" (#2154) 2023-10-24 16:05:39 +02:00
sqlite_driver Revert "feat: messageHash attribute added in SQLite + testcase (#2142)" (#2154) 2023-10-24 16:05:39 +02:00
builder.nim chore: added size based retention policy (#2098) 2023-10-10 15:29:09 +05:30
postgres_driver.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
queue_driver.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
sqlite_driver.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00