You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
We are using gorm to query the postgres database, in the current implementation we are facing issues related to high memory consumption which can be due to way be use gorm, as well gorm itself as checked through the benchmarks.
Acceptance Criteria
Move repositories to use pgx instead of gorm
Split the stores in groups similar to bounded context
Description
We are using gorm to query the postgres database, in the current implementation we are facing issues related to high memory consumption which can be due to way be use gorm, as well gorm itself as checked through the benchmarks.
Acceptance Criteria
Depends on : 584
Tech Details
Technical details
The text was updated successfully, but these errors were encountered: