Bill Moran <wmoran@xxxxxxxxxxxxxxxxx> writes: > Give it enough shared_buffers and it will do that. You're estimating > the size of your table @ 3G (try a pg_relation_size() on it to get an > actual size) If you really want to get _all_ of it in all the time, > you're probably going to need to add RAM to the machine. The table alone will barely fit in RAM, and he says he's got a boatload of indexes too; and apparently Postgres isn't the only thing running on the machine. He *definitely* has to buy more RAM if he wants it all to fit. I wouldn't necessarily advise going to gigs of shared buffers; you'll be putting a lot of temptation on the kernel to swap parts of that out, and it does not sound at all like the workload will keep all of the buffers "hot" enough to prevent that. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org/