dynein
dynein copied to clipboard
Caching table names in a region retrieved by `dy ls` command locally
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.