Hi
I'm trying to compare different filesystems for postgres using pgbench.
The problem I've seen is that my IO wait is very very low. Is there a
way I can get pgbench to do more to push that up a little?
--
Adrian Moisey
Acting Systems Designer | CareerJunction | Your Future S
Hi
Has anyone done some benchmarks between hardware RAID vs Linux MD
software RAID?
I'm keen to know the result.
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +
connections faster, will that
actually help? Is there a way i can figure it out?
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
--
Sent via
?
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make
ntaining 270585 live
rows and 65524 dead rows; 45000 rows in sample, 270585 estimated total rows
Is that dead rows an issue? Should I try clean it out? Will it improve
performance ?
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.c
p close to 1200 often... should I still up that value?
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
--
Sent via pgsql-performan
using 91172 kB.
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
who knows).
Use pg_relation_size() and its friends to get an idea of the size
of stuff.
Can anybody give me some advice on the above? I'm not sure where to
start looking or how to start looking
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here
the system
catalogs or all of the above ? Or perhaps there is a long-forgotten
process that got zombified while holding a huge temp table ? (not very
likely, but who knows).
Use pg_relation_size() and its friends to get an idea of the size of
stuff.
I'll look into that, thanks
--
Adria
If it is much smaller than your production database, then you have
bloat.
I have done that, and I get the following:
the live one is 113G
the restored one is 78G
How should I get rid of the bloat?
VACUUM FULL?
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here
to do with performance?
--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
--
Sent via pgsql-performance mailing list (pgsql-p
Hi
How long is a piece of string?
While we're at it, how often do I vacuum analyze?
Seriously though, how do I try measure this?
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686
Hi
Which scheduler is recommended for a box that is dedicated to running
postgres?
I've asked google and found no answers.
Is it the OS itself?
Yes, in linux. I've found that cfq or deadline is best, but I haven't
seen anyone try a benchmark
--
Adrian Moisey
Syste
Hi
Which scheduler is recommended for a box that is dedicated to running
postgres?
I've asked google and found no answers.
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686
Hi
Perhaps, if you want to avoid I/O caused by temp tables (but it's not at
checkpoint time, so perhaps this has nothing to do with your problem),
you could try raising temp_buffers.
How can I find out if temp_buffers is being exceeded ?
--
Adrian Moisey
System Administrator | CareerJun
e a lot of checkpoints in our database, we don't care about these
We use a lot of temporary tables in our database, sorry.
much. We think this is causing the checkpoint to write a lot of data at
checkpoint time. Can we stop this behavior ?
--
Adrian Moisey
System Administrator | CareerJunctio
e a lot of checkpoints in our database, we don't care about these
much. We think this is causing the checkpoint to write a lot of data at
checkpoint time. Can we stop this behavior ?
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za
info
But I see nothing in the logs about checkpoints
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
---(e
g goes through.
Sorry for the bad description, can anybody help? Where do I start looking?
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
Hi
> I can think of three things that might be producing this:
we've found it: TRUNCATE
I haven't been following this thread. Can someone please explain to me
why TRUNCATE causes these spikes?
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Sta
have?
I think the problem is related to load. Everything is slow because
there are way too many connections. So everything is making everything
else slow. Not much detail, is it?
We have 345 indicies on the db.
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here
g
pgbench
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842
---(end of broadcast)---
TIP 9: I
Yes
How is the SAN connected?
fibre
What does mpstat 5 (3 iterations) say?
Even better what does sar -A say over a 24 hour period?
I'll get these for you
--
Adrian Moisey
System Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECT
quad core 2.00GHz Xeons and 8GB RAM.
The database is about 71GB in size.
I've looked at the postgres config files and we've tweaked as much as
our knowledge allows.
Can someone shed some light on the settings I should use ?
Thanks in advance
--
Adrian Moisey
System Administrator | C
24 matches
Mail list logo