Re: [PERFORM] Need help with 8.4 Performance Testing

2008-12-08 Thread Greg Smith
On Mon, 8 Dec 2008, Merlin Moncure wrote: I wonder if shared_buffers has any effect on how far you can go before you hit the 'tipping point'. If your operating system has any reasonable caching itself, not so much at first. As long as the index on the account table fits in shared_buffers, e

Re: [PERFORM] Need help with 8.4 Performance Testing

2008-12-08 Thread Merlin Moncure
On Mon, Dec 8, 2008 at 5:52 PM, Greg Smith <[EMAIL PROTECTED]> wrote: > On Mon, 8 Dec 2008, Scott Marlowe wrote: > >> Well, I have 32 Gig of ram and wanted to test it against a database >> that was at least twice as big as memory. I'm not sure why you'd >> consider the results uninteresting though

Re: [PERFORM] Need help with 8.4 Performance Testing

2008-12-08 Thread Greg Smith
On Mon, 8 Dec 2008, Scott Marlowe wrote: Well, I have 32 Gig of ram and wanted to test it against a database that was at least twice as big as memory. I'm not sure why you'd consider the results uninteresting though, I'd think knowing how the db will perform with a very large transactional stor

Re: [PERFORM] Need help with 8.4 Performance Testing

2008-12-08 Thread Scott Marlowe
On Mon, Dec 8, 2008 at 1:15 PM, Greg Smith <[EMAIL PROTECTED]> wrote: > On Sun, 7 Dec 2008, Scott Marlowe wrote: > >> When I last used pgbench I wanted to test it with an extremely large >> dataset, but it maxes out at -s 4xxx or so, and that's only in the >> 40Gigabyte range. Is the limit raised

Re: [PERFORM] Need help with 8.4 Performance Testing

2008-12-08 Thread Greg Smith
On Sun, 7 Dec 2008, Scott Marlowe wrote: When I last used pgbench I wanted to test it with an extremely large dataset, but it maxes out at -s 4xxx or so, and that's only in the 40Gigabyte range. Is the limit raised for the pgbench included in contrib in 8.4? I'm guessing it's an arbitrary limi

Re: [PERFORM] file system and raid performance

2008-12-08 Thread david
On Mon, 8 Dec 2008, Scott Marlowe wrote: On Sun, Dec 7, 2008 at 10:59 PM, M. Edward (Ed) Borasky <[EMAIL PROTECTED]> wrote: Ah, but shouldn't a PostgreSQL (or any other database, for that matter) have its own set of filesystems tuned to the application's I/O patterns? Sure, there are some peopl

Re: [PERFORM] file system and raid performance

2008-12-08 Thread Scott Marlowe
On Sun, Dec 7, 2008 at 10:59 PM, M. Edward (Ed) Borasky <[EMAIL PROTECTED]> wrote: > Ah, but shouldn't a PostgreSQL (or any other database, for that matter) > have its own set of filesystems tuned to the application's I/O patterns? > Sure, there are some people who need to have all of their eggs in

Re: [PERFORM] file system and raid performance

2008-12-08 Thread Jean-David Beyer
M. Edward (Ed) Borasky wrote: Ah, but shouldn't a PostgreSQL (or any other database, for that matter) have its own set of filesystems tuned to the application's I/O patterns? Sure, there are some people who need to have all of their eggs in one basket because they can't afford multiple baskets.