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
load data local inpath '/tmp/customers.csv' overwrite into table sales.customers;
load data local inpath '/tmp/sales.csv' overwrite into table sales.sales;
I'd like to add more sales data but loading via SQL through Trino is slow. Is there a better way to load more data?
The text was updated successfully, but these errors were encountered: