-
Notifications
You must be signed in to change notification settings - Fork 0
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
Figure out scaling limits of current prototype #310
Comments
report on these cases can be found here: https://github.com/Swirrl/datahost-prototypes/blob/tr/datageneration/datahost-ld-openapi/datagen/tests_and_reports.clj |
Error 1 |
Create a synthetic dataset of a fixed schema and width
W
, with a large number of rowsR
.Suggest initial sizes of
The dataset should still conform to being a cube, i.e. all permutations of dimvals should be unique, with just one measure for each.
We can then use this as a basis for a number of tests:
We can look at the above and profile it in tools like
jvisualvm
, to see if there are bugs that are causing problems, or if they are just limitations of our in memory approach.This is a pre-cursor task to choosing a database for the table store.
The text was updated successfully, but these errors were encountered: