Fork me on GitHub
#datascript
<
2018-11-30
>
Niki11:11:28

@lxsameer same in any database. Index is just a sorted materialized (copy) of data for fast lookups

Niki11:11:56

more indexes → more storage space, slower inserts

Niki11:11:04

but faster lookups

lxsameer13:11:42

@tonsky yeah i see, but I expected the indexes to contain only the “index field” like indexes in relational databases. I didn’t know that we store the complete datum