Hi, On 2021-10-13 12:13:45 -0700, Andres Freund wrote: > On 2021-10-13 15:52:46 -0300, Alvaro Herrera wrote: > > I think I realized partway through writing the test that I could use > > emit_message instead of using a batched row insert ... so, yeah, we > > can use it here also. > > Cool. Even if we want to use inserts, lets at least make the rows wide... > > I think it'd be good to have a bit of variance in record width. So perhaps > adding a bit of random() in to influence record width would be a good idea?
Something very roughly like the attached. Perhaps that's going a bit overboard though. But it seems like it might be something we could use in a few tests?
fill_seg.sql
Description: application/sql