I want to store many records in a clojure hash table. If I want to get quick access to certain records using a specific field or range query, then what parameters do I have, without having to resort to storing data in a database (from where the data came first).
I think I'm also wondering if STM is suitable for a large indexed dataset.
source
share