dynein icon indicating copy to clipboard operation
dynein copied to clipboard

Caching table names in a region retrieved by `dy ls` command locally

Open thash opened this issue 4 years ago • 0 comments

Currently, dy ls command invokes ListTables API every time to retrieve all tables in a region. Caching these results locally would make repetitive operations faster and more convenient. When implementing it, also we need to consider how to invalidate caches.

thash avatar Jan 15 '21 03:01 thash