Ron Kuris

Results 69 comments of Ron Kuris

This package is obsolete. See https://github.com/gofrs/uuid instead.

This package is obsolete. Consider using https://github.com/gofrs/uuid instead.

@kabukky are you still maintaining this? If so, please merge (or close with a comment) on my PR. If not, or if I don't hear from you, I'll keep working...

Cassandra isn't a relational database, even though it supports SQL. I think most of the operations that flyway performs on a regular basis are queries that can be optimized for...

Yes, I also think a node iterator would really solve this problem! We could even refactor the streaming iterator to do exactly this. IMO the priority of this isn't all...

Although I doubt this is still an issue, it should be checked in the new design.

This fails because [StoreRevShared's write method is stubbed out](https://github.com/ava-labs/firewood/blob/main/firewood/src/storage/mod.rs#L353). Why does this ever get called if we're flushing everything? This appears to happen when allocating space. The stack for this...

Closed due to design changes