Kostas Dermentzis

Results 88 comments of Kostas Dermentzis

db-sync will create any index added in the migration file. By default these migrations files have indexes based on what db-sync needs (stage 3) and what was historically there (stage...

Thank you @jbgi @APshenkin does this provide a solution? Can we close?

Yes, I guess it's part of this file in Node. But some parts, like `TriggerHardFork` seem to miss from the node file.

I think the idea is to find the configuration types and parsers from Node and reuse them, instead of redifining them. This may not be trivial and the config may...

I haven't found a case where this query takes more than a few ms > cexplorer=# select count(1) from tx_out where stake_address_id = 3350960; It also looks strange to me...

I understand the benefits in Space and IOPs by splitting in two tables. However I'm not convinced queries will be faster. Working on two tables requires joins, which can't be...

Queries seem to slow down as a result of using these Indexes. Even by setting the `pages_per_range` to 1, queries are slower compare to btree indexes. I haven't benchmarked the...

Should `ResourceRegistry` be used for this? > We can probably use the `Error HasFS` for this. what do you mean by this?