AW: AW: Berkeley DB...

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: AW: Berkeley DB...
Дата
Msg-id 219F68D65015D011A8E000006F8590C604AF7DA7@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: More Performance
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: AW: SQL3 UNDER