Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Add more sales data #9

Open
justinmclean opened this issue Dec 15, 2023 · 1 comment
Open

[Improvement] Add more sales data #9

justinmclean opened this issue Dec 15, 2023 · 1 comment

Comments

@justinmclean
Copy link
Member

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?

@justinmclean
Copy link
Member Author

Perhaps something like this?

load data local inpath '/tmp/customers.csv' overwrite into table sales.customers;
load data local inpath '/tmp/sales.csv' overwrite into table sales.sales;

customers.csv
sales.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant