Vlad Frolov

Results 251 comments of Vlad Frolov

@billythedummy Thank you for raising it > So, do you guys intend to change this for 2.0? We don't intent to release 2.0 any time soon unless there is a...

@MaximusHaximus This is a good point and we initially considered using Stream API, but decided not to since it is part of Node.js. Somehow I completely missed that there is...

@nabeel99 The only workaround I see is to use `process.exit()` inside the handler when reaching your condition. Feel free to submit a PR with the fix and I am sure...

We hit hight IO wait on our database instance that we only use to WRITE indexed data, so one of the entry-points was this post: https://serverfault.com/a/284824 There I learned about...

I bumped the hardware of the main instance (and all the replicas) to 8 vCPU and 52GB RAM UPD: That helped a bit, but not enough to resolve the lag...

I have disabled storing NFT and account_changes while keeping transaction and action-receipt actions on the beta nodes (started from block `57526420`), and that helped a bit (it feels that it...

UPD: the `SELECT` query should be completely removed; I am addressing it now. It revealed unnecessary code in indexer-for-explorer, so there is no need to optimize it Currently I see...

@telezhnaya ~I have seen various posts regarding `IN` vs `ANY(ARRAY[])` vs `ANY(VALUES())`, e.g. https://www.datadoghq.com/blog/100x-faster-postgres-performance-by-changing-1-line/. Yet, it seems that there is no "correct" answer to the problem, and we should consider...

There is a quite interesting project here https://github.com/yue/yue ("A library for creating native cross-platform GUI apps."), which seems to try (and those attempts look quite successful to me) to implement...

@gtsonevv Oh, I missed your message, sorry for the delay. I believe you are in a better position to judge if it is ready to merge. To be honest, I...