Ben Johnson

Results 193 comments of Ben Johnson

Sure, you can throw a WAL in front of Bolt but the biggest issue is that you'll add a lot of complexity. Retrieving values isn't too hard -- just check...

Do you see the same issue if you don't use the coalescer?

@cep21 Thanks for pinging me on this issue. It got lost. Sorry about that. I'm looking into it now.

@cep21 It's not a great error but it's likely not hurting anything if you're not seeing any other errors. It means that the database is missing a reference to that...

That's great to hear. Bolt uses a fair number of objects for the in-memory representation before it commits to disk so it could just be the new GC.

Thanks for posting. The problem is that it's only checking the key count in the pages but the pages don't exist for a bucket until it's committed. It should be...

@DavidVorick Can you verify that the code in #372 works for you?

It was mainly removed because the functionality was a bit half-assed. I'm open to re-adding the functionality though.

Have you tried [boltbrowser](https://github.com/br0xen/boltbrowser)? It'd be nice to get something like that merged into the Bolt CLI. Working with binary keys & values over the CLI (without curses) would be...

@danesparza I haven't used gox before. Can you give me some commands to reproduce?