sqlsmith icon indicating copy to clipboard operation
sqlsmith copied to clipboard

Multithreading

Open anse1 opened this issue 9 years ago • 1 comments

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.

anse1 avatar Aug 09 '16 10:08 anse1

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

NikParam42 avatar Dec 09 '19 15:12 NikParam42