pragmaxim-com / ergo-uexplorer

Supplementary ergo chain explorer/analyzer with Scala/ZIO
MIT License
15 stars 1 forks source link

supernode and hot address detection for multimap partitioning #5

Closed pragmaxim closed 1 year ago

pragmaxim commented 1 year ago

https://github.com/pragmaxim/ergo-uexplorer/pull/4 works much better if we partition addresses depending on write/read ops and number of added/remove boxes. This can improve indexing/query performance at least 6 times as any hot/supernode address has a dedicated live Map instead of frozen/serialized Map.