Josh Baker

Results 411 comments of Josh Baker

A PR would be great. Then I'll just repackage against v0.4 and update the release page.

SummitDB is designed to run as an application. There's nothing built-in that supports embedding.

@pyros2097 Thanks for the suggestion. I just published [pre-built binaries](https://github.com/tidwall/summitdb/releases). > I see that bunt db uses locks so won't it be slow to do multiple writes on the same...

> Now I need to dockerize the summitdb using some method like this one My other project [Tile38](https://github.com/tidwall/tile38) is in the process of being [dockerized](https://github.com/tidwall/tile38/issues/4#issuecomment-254909036). We are using the `alpine`...

> Does MULTI actually do a transaction, or does only do pipelining? A pipeline in Summit is limited to the number of commands that can fit into one tcp packet,...

> Wow. I have to say, Summitdb is pretty sweet. :) Thanks for the kind words. > Is there a recommended way to abort a transaction and not return an...

Hi Tobias, There are three consistency levels that a server can operate in: low, medium, or high. - In low, all reads are served regardless of leadership status. - In...

I'm closing this issue for now. Please feel free to reopen this issue if you run into any problems regarding this topic.

> I assume that this is the case with medium for which you may serve a stale read. For high this shouldn't matter, correct? That's right. When set to `high`...

I forgot to respond to this: > Nodes need to hold on to pending proposals and periodically resubmit them until they show up in a log entry, which then necessitates...