mentat/src
Richard Newman f42ae35b70 Update cache on write. (#566) r=emily
* Use the cache to make constant queries super fast.
* Fix translate tests to match: we no longer generate SQL for many of them!
* Accumulate additions and removals into the cache.
    * Make attribute cache clone-on-write; store it in Metadata.
    * Allow caching of fulltext attributes, interning strings.
2018-03-06 09:01:20 -08:00
..
conn.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00
entity_builder.rs Add retract_kw 2018-02-15 18:47:58 +00:00
errors.rs Add InProgress.import to load transaction data from a file. r=emily 2018-03-06 08:59:30 -08:00
ident.rs Read EDN keywords and symbols as rich types. Fixes #154. r=nalexander 2017-01-12 09:09:48 -08:00
lib.rs Rework caching and use it inside the query engine. (#553) r=emily 2018-02-21 11:51:45 -08:00
query.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00
vocabulary.rs Define Store, use TabWriter in the CLI for aligning columnar output. (#540) r=emily 2018-02-01 09:29:07 -08:00