| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 8 days | bin/datomic.in: Add "datomic(1)" commandHEADmain | EuAndreh | 1 | -0/+1 | |
| 9 days | etc/transactor.properties.tmpl: Default to "tmp" for data-dir | EuAndreh | 2 | -7/+2 | |
| 9 days | Disable valcache for transactor | EuAndreh | 2 | -22/+1 | |
| Given that the transactor will run on top of SQLite, its disk IO for reads when accessing the valcache is replaced by SQLite itself. In this topology, we don't get any upside on enabling valcache for the transactor, and even loose performance due to the cache IO competing with the database IO. Peers can enable the valcache for themselves, if desired. | |||||
| 9 days | bin/transactor.in: Less verbose output | EuAndreh | 1 | -4/+2 | |
| 9 days | Revert "bin/transactor.in" | EuAndreh | 1 | -1/+1 | |
| This reverts commit 6bbcb80b05dcf80c146f8711ad628d138cf49591. | |||||
| 10 days | mv lib/console/ share/java/datomic/ | EuAndreh | 19 | -0/+0 | |
| 10 days | bin/transactor.in | EuAndreh | 1 | -1/+1 | |
| 10 days | bin/transactor.in: Fix value of --class-path | EuAndreh | 2 | -1/+2 | |
| 10 days | mv lib/*.jar share/java/datomic/ | EuAndreh | 196 | -1/+2 | |
| 11 days | etc/init.sql: Fix SQLite ACID semantics | EuAndreh | 1 | -2/+1 | |
| 11 days | Makefile: Simple "uninstall" | EuAndreh | 1 | -11/+5 | |
| 11 days | .gitignore: Add *.db pattern | EuAndreh | 1 | -0/+3 | |
| 11 days | Makefile: Install lib/*.jar under $(JAVADIR) | EuAndreh | 1 | -0/+8 | |
