hi @freeekanayaka
I hope you are doing well and in good health.
I recently started playing around with raft again, I notice the pubic api almost is the same with dqlite master branch.
So i write a tiny test with 8 byte count, do some simple benchmark. (use tmpfs as data dir)
I only change the header search dir and library file, compare dqlite with cowsql raft.
dqlite around 63.82k, but cowsql raft around 8.17k.
I hope to know the specific reason, I notice with LIBRAFT_TRACE=1 the cowsql give very details logs, dqlite not response for this env.
What other factors do you think influenced the results?
hi @freeekanayaka
I hope you are doing well and in good health.
I recently started playing around with raft again, I notice the pubic api almost is the same with dqlite master branch.
So i write a tiny test with 8 byte count, do some simple benchmark. (use tmpfs as data dir)
I only change the header search dir and library file, compare dqlite with cowsql raft.
dqlite around 63.82k, but cowsql raft around 8.17k.
I hope to know the specific reason, I notice with
LIBRAFT_TRACE=1the cowsql give very details logs, dqlite not response for this env.What other factors do you think influenced the results?