nwaku/waku/waku_archive
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
..
driver chore: Minor Postgres optimizations (#2166) 2023-10-30 15:16:49 +01:00
retention_policy chore: added size based retention policy (#2098) 2023-10-10 15:29:09 +05:30
archive.nim Revert "feat: messageHash attribute added in SQLite + testcase (#2142)" (#2154) 2023-10-24 16:05:39 +02:00
archive_metrics.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
common.nim feat: amending computeDigest func. + related test cases (#2132) 2023-10-19 11:59:17 +02:00
driver.nim Revert "feat: messageHash attribute added in SQLite + testcase (#2142)" (#2154) 2023-10-24 16:05:39 +02:00
retention_policy.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00