M. J. Fromberger

Results 100 comments of M. J. Fromberger

> What would happen for a node that was previously using rocksdb as the storage engine? i.e. what is the migration path across We'd need to provide a migration tool....

> There is a tool here https://github.com/binaryholdings/cosmprund which some use to periodically compact GoLevelDB. It uses tm-db v0.6.7 as Marko wrote up a method called `ForceCompact` for this purpose. I...

I think this is a good idea, and I think we could probably put it together with some of the other RPC work I'm planning to propose alongside #7156, #7157,...

There is currently a small wart in event publishing, where the publisher “injects” an extra event around each event data value to express its type. The filtering logic requires this,...

The ADR 075 events API resolves this issue: The responses no longer duplicate the event metadata from the top-level response datum. The existing websocket subscription API will still have the...

Other issues to follow up on: - #4592 - #3330 (I think this may be complete) - #3368 - #3380 - #6268 - #6520 - #6184 - #5593 (unlikely to...

Thanks for the issue. This is a topic we're actively thinking about, and your feedback is helpful. There are definitely some improvements we can make in this area (see #7156...

> If the SDK starts to use v0.35.x, we can run Postgres DB for sure. Note that I backported the psql indexer sink into the v0.34 series, too, so at...

> Thank you so much for the detailed reply. Much appreciated! Agreed, this is great, and in fact I would like to turn all of https://github.com/bblfsh/bblfshd/issues/282#issuecomment-487713139 into a new entry...

As a side note, it's worse than O(1) in the file size—it's more like O(n log n) in the file size _n_, where the log base constant falls out of...