|
|
|
|
|
by free-ekanayaka
2995 days ago
|
|
Hello, author of dqlite here. Things are still in flux, but yes, I plan to publish benchmarks before making a 1.0 release, as well as improving documentations and introduce some more abstractions to make it easier to use. The reason it might be slower is some cases is that RQlite replicates statements and dqlite replicates WAL frames (where "frames" roughly means "disk pages"), which are typically bigger. I didn't run benchmarks against RQlite yet, but I'd expect performance differences to be negligible for most use cases. |
|
I see what you meant by it being slower, but that's only replication speed right? maybe that should be pointed out in the documentation when you find time to update it.
Does it seem like the replication patch is going to land in Sqlite? I sure would like it to...