nwaku/waku/common/databases
Ivan FB 2b4ca4d0ff
chore: Optimize postgres - use of rowCallback approach (#2171)
* db_postgres, postgres_driver: better performance by using callback.
  There were a bunch of milliseconds being lost due to multiple-row
  processing. This commit aims to have the minimum possible row
  process time.
* pgasyncpool: clarifying logic around pool conn management.
* db_postgres: removing duplicate code and more searchable proc names.
2023-10-31 14:46:46 +01:00
..
db_postgres chore: Optimize postgres - use of rowCallback approach (#2171) 2023-10-31 14:46:46 +01:00
common.nim refactor(databases): Creation of the databases folder to keep the logic for sqlite and postgres (#1811) 2023-06-22 11:27:40 +02:00
db_postgres.nim refactor(databases): Creation of the databases folder to keep the logic for sqlite and postgres (#1811) 2023-06-22 11:27:40 +02:00
db_sqlite.nim chore: added size based retention policy (#2098) 2023-10-10 15:29:09 +05:30
dburl.nim fix(archive): dburl check (#2071) 2023-09-26 13:59:54 +02:00