We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to implement an SQL script that will generate a dummy date for benchmark purposes. Desired row/table size described in this doc
In order to reduce computing time, we can generate data for 1 table and then clone this table so many times as we need.
The text was updated successfully, but these errors were encountered:
Database source benchmark design - https://docs.google.com/spreadsheets/d/1GFOuvT1US0Vs8wZTGfy5XhaymM7oOwEe9GOxoFTi5Hs/edit#gid=388679515
Sorry, something went wrong.
andriikorotkov
No branches or pull requests
Tell us about the problem you're trying to solve
We need to implement an SQL script that will generate a dummy date for benchmark purposes.
Desired row/table size described in this doc
Describe the solution you’d like
Additional context- [ ] modify the script and create databases for MsSQL
In order to reduce computing time, we can generate data for 1 table and then clone this table so many times as we need.
The text was updated successfully, but these errors were encountered: