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
As I have been using the data generator I have had to use trial and error to get a table size I require. Not sure if this is feasible but it would be great to generate data based on the final table size required instead of no. of rows.
Alternatively it might be useful to easily get back stats about the generated table size and use that to iteratively generate more data to reach the desired table size.
Currently I am doing the following to get back the table size which works well but needs to be run manually each time.
For accurate target sizes, you would need to produce a data set larger than the target size and sample / write repeatedly until you get close to the target size.
For large data sets, this could be costly in terms of performance
As I have been using the data generator I have had to use trial and error to get a table size I require. Not sure if this is feasible but it would be great to generate data based on the final table size required instead of no. of rows.
Alternatively it might be useful to easily get back stats about the generated table size and use that to iteratively generate more data to reach the desired table size.
Currently I am doing the following to get back the table size which works well but needs to be run manually each time.
Thanks
Tahir
The text was updated successfully, but these errors were encountered: