Hey, I can't find a definitive answer in the documentation: is AVET index built by default for all attributes, or only those with :db/index, :db/unique?
AFAIK yes, AVET would only have datoms that are indexed. https://github.com/tonsky/datascript/blob/045655499b079997d1df9fcd7446ea8243efc66a/src/datascript/db.cljc#LL896C65-L896C65 https://github.com/tonsky/datascript/blob/045655499b079997d1df9fcd7446ea8243efc66a/src/datascript/db.cljc#L538-L543
Thanks! That clears it.
Correct :)