Re: Joel's Performance Issues WAS : Opteron vs Xeon
От | Mischa Sandberg |
---|---|
Тема | Re: Joel's Performance Issues WAS : Opteron vs Xeon |
Дата | |
Msg-id | 1114203230.4269645e44160@webmail.telus.net обсуждение исходный текст |
Ответ на | Re: Joel's Performance Issues WAS : Opteron vs Xeon (Alvaro Herrera) |
Список | pgsql-performance |
Дерево обсуждения
Re: Joel's Performance Issues WAS : Opteron vs Xeon
("Dave Page",
)
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Andreas Pflug, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joel Fradkin", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Bruce Momjian, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Alvaro Herrera, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Mischa Sandberg, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joel Fradkin", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Jim C. Nasby", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joel Fradkin", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joshua D. Drake", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Christopher Browne, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Andreas Pflug, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joel Fradkin", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Bruce Momjian, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Alvaro Herrera, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Mischa Sandberg, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joel Fradkin", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Jim C. Nasby", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joel Fradkin", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon ("Joshua D. Drake", )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (, )
Re: Joel's Performance Issues WAS : Opteron vs Xeon (Christopher Browne, )
Quoting Alvaro Herrera <>: > One further question is: is this really a meaningful test? I mean, in > production are you going to query 300000 rows regularly? And is the > system always going to be used by only one user? I guess the question > is if this big select is representative of the load you expect in > production. While there may be some far-out queries that nobody would try, you might be surprised what becomes the norm for queries, as soon as the engine feasibly supports them. SQL is used for warehouse and olap apps, as a data queue, and as the co-ordinator or bridge for (non-SQL) replication apps. In all of these, you see large updates, large result sets and volatile tables ("large" to me means over 20% of a table and over 1M rows). To answer your specific question: yes, every 30 mins, in a data redistribution app that makes a 1M-row query, and writes ~1000 individual update files, of overlapping sets of rows. It's the kind of operation SQL doesn't do well, so you have to rely on one big query to get the data out. My 2c -- "Dreams come true, not free." -- S.Sondheim, ITW
В списке pgsql-performance по дате отправления: