IntersectMBO / IntersectMBO/cardano-db-sync
Introduce Pipelining
Open
enhancement
- Dominant language
- Haskell
- Stars
- 318
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
DBSync interracts through multiple queries with the PG server. Pipelining can be used to avoid unnecesary trips to the network. Hasql supports this feauture https://hackage.haskell.org/package/hasql-1.9.1.1/docs/Hasql-Pipeline.html
Contributor guide
Assessment
This issue has not been assessed yet.