Re: [BUGS] 10 concurrent clients / pure insert SQL scripts (each 100000 lines)

2002-10-28 Thread Arne Woerner
Hi Tom! Thank you for your reply. > > Is this bug fixed in 7.2.3? > > Try it and see. > I tried it on another box (RedHat Linux 8.0, much faster and newer than the OpenBSD box) and it took 2000 seconds (10 times faster than the 7.1.3 on the slower OpenBSD box). Btw: MySQL on the slower box is ab

[BUGS] 10 concurrent clients / pure insert SQL scripts (each 100000 lines)

2002-10-23 Thread Arne Woerner
Hi! I tried to insert values into a table (created by CREATE TABLE gaga42 (a bigint, b char varying); ) (inserted by insert into gaga42 values (0,X); (where X varies between '' and '1...1' (1000 chars)) ). I used the standard configuration of PostgreSQL 7.1.3 on a OpenBSD 3