velocent
velocent
### Discussed in https://github.com/go-pg/pg/discussions/1977 Originally posted by **Sirius198** March 23, 2023 ``` type Friend struct { tableName struct{} `pg: tbl_friends,alias:tf"` Id uuid.UUID `pg:"id, type:uuid"` AccountId uuid.UUID `pg:"account_id,type:uuid"` FriendId uuid.UUID `pg:"friend_id,type:uuid"`...
Our chain has 5000+ validators, but most of them are jailed. We only have 20+ active validators. When querying validator list, it only fetches 100 validators and most of them...
Hi. I reset bdjuno database to catch from block height 0. I set workers to 50 in `config.yaml` to speed up the catching. But catching speed is not fast as...