From: David J. <dav...@di...> - 2001-08-06 03:33:17
|
Hi, this probably isn't the quickest to setup, however the testUseBlob in org/firebirdsql/jca/TestBlob.java from client-java inserts a large blob. (size is bloblength variable) You could run it in a loop or after the first record call insert into T1 (select t.C1 + x, t.C2 from T1 t where t.C1 < x) where x is a power of 2 a few times. If you actually want to try this comment out tearDown so the table doesn't get dropped, and comment out all but one test. In the ant script, modify the junit target to run only TestBlob, and run ./build.sh junit david jencks On 2001.08.05 23:00:56 -0400 Mark O'Donohue wrote: > > Hi > > I've built a linux 64bit io version of Firebird and want to test it, > > Does anyone have (or can whip up) a small script that will loop round > and load up a database with > 2gig of data. Some sort of blob script > that I can stick in a loop comes to mind, but any help welcome. > > Cheers > > Mark > > > > _______________________________________________ > Firebird-test mailing list > Fir...@li... > http://lists.sourceforge.net/lists/listinfo/firebird-test > > |