Vincent Orr
Vincent Orr
## Description This is an investigation into the database queries being ran during syncing which is the slowest process in db-sync. Currently to sync from nothing to the tip of...
There has been reports coming out that if you start `db-sync` prior to `cardano-node` with not enough of a wait `db-sync` will hang and never start syncing. First step will...
It was reported that: > I have not run a db-sync instance for a number of months (lack of disk space). I am trying to set one up now. I...
# Description Adding a new `AddressDetail` table for `TxOut` this functionality lives behind a config flag `use_address_table`. This fixes #1333 + #1697 Also restructured the `Db` directory as it wasn't...
Original [message](https://discord.com/channels/1136727663583698984/1239888910537064468/1330588414629904435) taken from our discord channel: Hey DB-Sync team, while checking in on the current governance actions via koios, we discovered an issue with the `dropped_epoch` entries. According to...
# Description Converting Persistent to using Hasql as Persistent can be rather limiting for our user case also having the ability to use raw Sql will open us up to...
When setting the configuration `ledger: disabled` it seems that the following is run every time db sync is restarted: ``` update redeemer set fee = null delete from reward delete...
We are dropping support for GHC8.10 so we need to remove all references of it from our repo.
# Description This is the ground works for #1921 we will complete it when `cardano-node` has also removed 8.10. Also as mentioned in issue we need to make sure the...
# Description fixes #1903 # Checklist - [ ] Commit sequence broadly makes sense - [ ] Commits have useful messages - [ ] New tests are added if needed...