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

Some experiment results take too long to retrieve, resulting in timeouts #75

Open
x-ji opened this issue Jul 31, 2019 · 2 comments
Open

Comments

@x-ji
Copy link
Member

x-ji commented Jul 31, 2019

Such experiments seem to store a large amount of data in each DB row.

Either limit the storage, make the retrieval more efficient, or increase the default timeout.

@x-ji
Copy link
Member Author

x-ji commented Sep 28, 2019

We can optimize DB queries by using preloading, e.g. in the function retrieve_all/0.

We can also use parallelization with libraries such as Flow.

@x-ji
Copy link
Member Author

x-ji commented May 12, 2020

Especially pronounced is the issue on Heroku, which might have limited resources.

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