the123saurav

Results 7 issues of the123saurav

Hi, I am fascinated by atomix project. I see a number of open issues(53 at the time of this writing). Just wanted to know if the repository is open to...

This change closes all resources(store, aof) on JVM shutdown. It also introduces a notion of state in server and adds check on API methods to prevent misuse/race conditions.

enhancement

Object output stream comes with an overhead of object cache which doesn’t make much sense for AOF as each command is independent. This leads to memory leaks and also slows...

enhancement
evaluation

# Issue Currently we are taking a `global lock` for every request so as to guarantee the order of execution for commands. # Possible Solve CM uses segments under the...

enhancement

Currently we are using an exclusive lock for DB. However we can allow multiple readers on the DB as they do not change the underlying store. The idea is to...

enhancement
performance

**Is your feature request related to a problem? Please describe.** I am interested in getting memory usage of individsal Sqlite databases from my Java program. Basically the parameters here http://www.sqlite.org/c3ref/status.html...

enhancement:SQLite
impacts:JNI