summaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/datomic.in: Add "datomic(1)" commandHEADmainEuAndreh9 days1-0/+45
|
* etc/transactor.properties.tmpl: Default to "tmp" for data-dirEuAndreh9 days1-1/+1
|
* Disable valcache for transactorEuAndreh9 days1-3/+0
| | | | | | | | | 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.
* etc/init.sql: Fix SQLite ACID semanticsEuAndreh11 days1-2/+1
|
* mEuAndreh11 days1-3/+6
|
* mEuAndreh11 days1-2/+0
|
* mEuAndreh11 days3-0/+72