Re: [HACKERS] Perf regression in 2.6.32 (Ubuntu 10.04 LTS)

2010-09-14 Thread Domas Mituzas
Hello, > Can you run oprofile on the older kernel, so that we can compare and see > where the time is spent? > Looks like over 7% of the time is spent in s_lock, which suggests some change > in behavior in context switching or something like that, but let's see what > the old profile looks like

[HACKERS] Perf regression in 2.6.32 (Ubuntu 10.04 LTS)

2010-09-12 Thread Domas Mituzas
Hello folks, I've been playing around today a lot with sysbench, and observed that 2.6.32 kernel supplied by Ubuntu is having perf regression with PG (which does not affect MySQL), compared to 2.6.28 builds I have. What I observed can be seen in a paste at http://p.defau.lt/?8_GQV82Pz3_SDZbNOdP

[HACKERS] FW: 'vacuum full' memory leak?

2004-07-27 Thread Domas Mituzas
Hello, I've got some strange vacuum full behaviour. I've got a table: flows=# explain select * from data; QUERY PLAN --- Seq Scan on data (cost=0.00..5045547.76 rows=236174576 width=55) (1 row) That i