Re: Multiple Indexing, performance impact

From: Daniel Åkerud <zilch(at)home(dot)se>
To: "PostgreSQL-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Multiple Indexing, performance impact
Date: 2001-06-22 21:37:58
Message-ID: 003a01c0fb64$32154510$c901a8c0@automatic100
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tried with 2048 also, it complete took away the strange steep after 7:

D is now 2048

1. A: 36 B: 32 C: 35 D: 31
2. A: 69 B: 53 C: 38 D: 38
3. A: 97 B: 79 C: 40 D: 40
4. A: 131 B: 98 C: 48 D: 43
5. A: 163 B: 124 C: 52 D: 49
6. A: 210 B: 146 C: 66 D: 50
7. A: 319 B: 233 C: 149 D: 58
8. A: 572 B: 438 C: 268 D: 65
9. A: 831 B: 655 C: 437 D: 76
10. A: 1219 B: 896 C: 583 D: 79

What is the program called that flushes the buffers every 30 seconds on a
linux 2.2.x system?

Daniel Åkerud

> > Holy ultra-violet-active macaronies :)
> >
> > First I changed it to 256, then I changed it to 1024.
> >
> > -B 128 is A
> > -B 256 is B
> > -B 1024 is C
> >
> > New multiple-index performance data):
> >
> > 1. A: 36 B: 32 C: 35
> > 2. A: 69 B: 53 C: 38
> > 3. A: 97 B: 79 C: 40
> > 4. A: 131 B: 98 C: 48
> > 5. A: 163 B: 124 C: 52
> > 6. A: 210 B: 146 C: 66
> > 7. A: 319 B: 233 C: 149
> > 8. A: 572 B: 438 C: 268
> > 9. A: 831 B: 655 C:
> > 10. A: 1219 B: 896 C:
> >
> > The last test hasn't finished yet, but THANKS! I know the reson now, at
> > least... i'll try
> > 2048 also.
>
> Strange that even at 1024 performance still drops off at 7. Seems it
> may be more than buffer thrashing.
>
>
> > -B equals --brutal-performance ? ;)
>
> See my performance article on techdocs.postgresql.org.
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vince Vielhaber 2001-06-22 21:41:40 Re: web site suggestion
Previous Message Thalis A. Kalfigopoulos 2001-06-22 21:28:22 Re: Newbie Inheritance Question

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Pilosov 2001-06-22 21:45:50 Re: Extracting metadata about attributes from catalog
Previous Message Bruce Momjian 2001-06-22 21:37:23 Re: plperl doc