Browse thread
Long-term storage of values
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Brian Hurt <bhurt@j...> |
| Subject: | Re: [Caml-list] Long-term storage of values |
Richard Jones wrote: >A good first step for PostgreSQL is to use and understand the "VACUUM" >and "EXPLAIN" commands, and to turn on statement logging (with >timestamps) so you can see which queries are consuming the most time. > > > I'd add the "COPY" command to that list, with the attendent understand of why INSERTs are slow on Postgresql. But this is off-topic for this list. Brian