I am grateful to the original poster for linking this here.
At my workplace we frequently benchmark and performance-regression test again PG + other SQL DB's and a tool like this has been sorely needed.
Many thanks to the authors for solving this real-world problem, GENERATE_SERIES() doesn't always cut it when you're looking to get an accurate estimation from a more realistic data model.
2 comments
[ 4.0 ms ] story [ 13.2 ms ] threadAt my workplace we frequently benchmark and performance-regression test again PG + other SQL DB's and a tool like this has been sorely needed.
Many thanks to the authors for solving this real-world problem, GENERATE_SERIES() doesn't always cut it when you're looking to get an accurate estimation from a more realistic data model.
Personally, I was interested in Synth from the perspective of generating large mock data sets for use in a data pipeline.