Fork me on GitHub
#xtdb
<
2020-01-22
>
augustl08:01:56

TIL! Afaik this is the case for Crux as well - all values are indexed?

👍 4
malcolmsparks08:01:30

All top-level attributes yes

✔️ 4
refset08:01:36

The three main indexes in Crux are AVEC (C is content-hash), AECV and EVtTtTxC - you can see these in codec.clj

refset08:01:37

Everything is indexed as ordered byte values and stored in keys in the KV store (again, see codec.clj). References are resolved at runtime during queries