Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vmind
on Sept 22, 2013
|
parent
|
context
|
favorite
| on:
Datomic: Can Simple be also Fast?
You can define functions inside the database and then use them inside a transaction [1] so that you can get atomic update, if that's the question. You can also mark attributes as noHistory [2] if you don't care about the past state.
[1]
http://docs.datomic.com/database-functions.html
[2]
http://docs.datomic.com/schema.html
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] http://docs.datomic.com/database-functions.html
[2] http://docs.datomic.com/schema.html