Kostas Dermentzis
Kostas Dermentzis
Is there something missing for this? Can we close?
Since you're using `13.1.1.3`, your --schema path should match the files for this revision. One way to do it is to checkout db-sync the tag `13.1.1.3`
I had a strange error ``` DbInsertException "Many MaTxOut" (SqlError {sqlState = "XX000", sqlExecStatus = FatalError, sqlErrorMsg = "unrecognized node type: -1543503872", sqlErrorDetail = "", sqlErrorHint = ""}) ``` though...
> Would be nice if there could be an enagement with community about overall (higher-level) discussion around the direction dbsync progress is happening? That would be very useful indeed. Work...
I believe this bug has been fixed by https://github.com/input-output-hk/cardano-db-sync/pull/1447 (not release) and is caused if there is a node restart. In this case db-sync doesn't handle properly an exception and...
Where do these appear on the blockchain? What are protocol buffers?
Do you remember the error? It should be possible to do parallel insertions, they just have to be from different connections.
Many of these changes sound reasonable. However, they would be breaking changes for exisisting applications and would require integration.
There have been some recent changes on this cc @iohk-devops
> Wow removing all these indexes slowed down my whole app, many queries relied on these columns to be indexed, removing them was not the best idea DBSync is currently...