You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zzl0 This also be an issue for us. We have very large databases on s3, and whenever we use some shcema, the first query will be very slow(>10 mins) because it automatically run the query to get out all the tables and column names to help us auto-complete.
Possible solution:
Distable this auto-complete function to make the first query also fast?
Cached the table name and tables in some place and dont need to run it every time?
Problems
use
Possible solutions
SELECT database_name.<tab>
The text was updated successfully, but these errors were encountered: