robertzk / cachemeifyoucan

An R caching layer
MIT License
7 stars 7 forks source link

Add super debug mode #94

Closed robertzk closed 9 years ago

robertzk commented 9 years ago

That lists a large amount of helpful metadata while running a cached function.

  1. What primary keys are cached versus uncached, and the size.
  2. The names of the tables being consulted, including shards.
  3. The dimensions of those tables.
  4. Additional warning flags on any unmet expectations (like different row-size shards or
  5. Etc?
kirillseva commented 9 years ago

:santa:

robertzk commented 9 years ago

Too tired of adding stray debug() by hand. >_<

kirillseva commented 9 years ago

https://github.com/robertzk/cachemeifyoucan/pull/97 addresses this issue