Fork me on GitHub
#datascript
<
2015-09-12
>
Niki16:09:24

Guys, an important announcment: DataScript 0.12 (latest is 0.12.1) introduced :db/index attribute from now on, only refs/unique values will be indexed in AVET by default (EAVT and AEVT will still contain everything) The upside of this change is a) some perf gains (1/3 less indexes to fill) and b) you can safely store non-comparable values as long as you don’t specify :db/index for them Here is detailed explanation, migration strategy etc https://github.com/tonsky/datascript/blob/master/CHANGELOG.md

Niki16:09:08

Upgrade carefully

jonas16:09:05

@tonsky: Out of interest, have you ever considered making Datascript durable?

Niki16:09:27

Eventually, yes

Niki19:09:37

One more announcement for today: https://github.com/tonsky/datascript-transit I guess many people might benefit from that It’s not rocket science, but I don’t want every person out there figuring that stuff on their own again and again

bhagany22:09:12

@tonsky: nice! I just cribbed code that does this from your todo example, for serializing to s3