ad hoc
ad hoc
I hadn't considered a Windows release until now, but @avinassh has been doing some work in that direction, so maybe we should invest the effort to make it cross-compile? Just...
I think we can get rid of the legacy HTTP endpoint
@penberg is is worth migrating the java client to the new API?
@haaawk @penberg What is the status on that?
Is that still an issue @penberg ?
@george-lim I'm not sure what version you are using, but isn't that line being logged when you send the signal: ``` 2023-08-28T13:35:42.222280Z INFO sqld: received CTRL-C, shutting down gracefully... This...
This is not going to work for multiple reasons: - There is no reason to think that the same set of namespaces are replicated the same way across clusters; therefore,...
An active namespace is a namespace that is loaded in memory, and whose life-cycle is managed by the namespace store
is there not a way for us to make the lock actually wait on libsql side, rather that returning a busy error an then retrying?
I think a good way to implement dirty WAL detection would be the following: The header of the WAL contains a triplet of numbers `(x1, x2, x3)`. On startup, when...