## Problems - For very large databases, we are experiencing a ~20 sec delay when switching using `use` - Autocompletion only works for 1 database at a time (e.g. doesn't work for cross-database queries) ## Possible solutions - Fetch auto completions on `SELECT database_name.<tab>` - Get all the autocompletions up-front? - Cache when switching databases? - Make it configurable?