sqld icon indicating copy to clipboard operation
sqld copied to clipboard

LibSQL with extended capabilities like HTTP protocol, replication, and more.

Results 91 sqld issues
Sort by recently updated
recently updated
newest added

Empirical testing shows, that gzip achieves mere x2 compression ratio even with very simple and repeatable data patterns. Since compression is very important for optimizing our egress traffic and throughput...

I have two reports of the database starting to return HTTP status 500 after lots of inserts. One user reported that dropping the tables, creating them again and inserting the...

bug

this enables sqld to shutdown gracefully on kubernetes deployments where pod termination is handled via a TERM signal

After following instructions for the homebrew install, the `sqld` command is not available. I uninstalled and reinstalled homebrew and tried again to the same effect.

With this proof-of-concept patch, other namespaces hosted on the same sqld machine are now attached in readonly mode, so that users can read from other databases when connected to a...

To reproduce: ``` turso dev -p 4001 -f ./root ``` Above command starts the sqld as expected. But when you stop and start again, it breaks with following error: ```...

If the DB is never snapshotted (and only WAL frames are uploaded to S3), then while restoring `integrity_check` fails. To reproduce: create a new database and insert a couple of...

to reproduce: run a fresh instance of sqld (with namespaces enabled) and create a new db by connecting via shell the buggy code: https://github.com/libsql/sqld/blob/9b61d01/sqld/src/namespace/mod.rs#L689 relevant logs: ``` 2023-10-12T12:55:31.238990Z DEBUG request{method=POST...