AW: AW: Berkeley DB... - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: AW: Berkeley DB...
Date
Msg-id 219F68D65015D011A8E000006F8590C604AF7DA7@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> > Wow, that sounds darn slow. Speed of a seq scan on one CPU, 
> > one disk should give you more like 19000 rows/s with a 
> small record size.
> > Of course you are probably talking about random fetch order here,
> > but we need fast seq scans too.
> 
> The test was random reads on a 250GB database.  I don't have a
> similar characterization for sequential scans off the top of my
> head.

Yes, for random access this timing sounds better. Was that timing taken with

access through a secondary index or through the recnum ?
Did you make sure that nothing was cached, not even the recnum index ?

Andreas


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: More Performance
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: AW: AW: SQL3 UNDER