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

Multithreading #9

Open
anse1 opened this issue Aug 9, 2016 · 1 comment
Open

Multithreading #9

anse1 opened this issue Aug 9, 2016 · 1 comment

Comments

@anse1
Copy link
Owner

anse1 commented Aug 9, 2016

Starting multiple sqlsmith processes targeting the same database is inefficient because they each generate a redundant read-only schema object, wasting memory and clobbering caches.

The grammar generation would also profit from running in its own thread to avoid blocking while the DUT is busy.

@NikParam42
Copy link

NikParam42 commented Dec 9, 2019

@anse1 Do I understand correctly that to run SQL smith in parallel, it is enough to run it for different databases in postgres?

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

No branches or pull requests

2 participants