473,771 Members | 2,394 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PostgreSQL on Linux PC vs MacOS X

We currently are running a data intensive web service on a Mac using 4D.
The developers of our site are looking at converting this web service to
PostgreSQL. We will have a backup of our three production servers at our
location. The developers are recommending that I purchase a 2GHz Dual
Processor G5 with between 2GB and 4 GB RAM. They say that this
configuration would be able to easily run a copy of all three production
servers. My question is: has anybody had any experience comparing the
performance of PostgreSQL on a G5 Mac versus a PC running Linux? Can
anyone tell me if there are any benefits of running PostgreSQL on one
platform over the other. Anything that can help me make the best
decision would be appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 23 '05 #1
17 3446

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X in
production, but due to numerous problems we switched to Linux. OS X
was not stable at all, especially under load. It was also a poor
performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently faster
at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for our
application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives goes
down at the wrong time, you can lose data. This happened to us with
our production OS X server last year. An extended power outage ran
out the UPS battery, the shutdown script did not stop the server in
time, and we had to restore from an earlier backup. For details on
why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and headache-free
on Linux. A complete change from OS X. Our main production
PostgreSQL server has been up for 234 days now. In that period, the
only downtime for PostgreSQL has been for planned upgrades.

As a side note, we've also had major problems running multi-threaded
servers on OS X which run great (stable and much, much faster) on
Linux.

- Jeff
We currently are running a data intensive web service on a Mac using
4D. The developers of our site are looking at converting this web
service to PostgreSQL. We will have a backup of our three production
servers at our location. The developers are recommending that I
purchase a 2GHz Dual Processor G5 with between 2GB and 4 GB RAM.
They say that this configuration would be able to easily run a copy
of all three production servers. My question is: has anybody had any
experience comparing the performance of PostgreSQL on a G5 Mac
versus a PC running Linux? Can anyone tell me if there are any
benefits of running PostgreSQL on one platform over the other.
Anything that can help me make the best decision would be
appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

--

Jeff Bohmer
VisionLink, Inc.
_______________ _______________ ___
303.402.0170 x121
http://www.visionlink.org/
_______________ _______________ ___
People. Tools. Change. Community.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 23 '05 #2

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X in
production, but due to numerous problems we switched to Linux. OS X
was not stable at all, especially under load. It was also a poor
performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently faster
at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for our
application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives goes
down at the wrong time, you can lose data. This happened to us with
our production OS X server last year. An extended power outage ran
out the UPS battery, the shutdown script did not stop the server in
time, and we had to restore from an earlier backup. For details on
why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and headache-free
on Linux. A complete change from OS X. Our main production
PostgreSQL server has been up for 234 days now. In that period, the
only downtime for PostgreSQL has been for planned upgrades.

As a side note, we've also had major problems running multi-threaded
servers on OS X which run great (stable and much, much faster) on
Linux.

- Jeff
We currently are running a data intensive web service on a Mac using
4D. The developers of our site are looking at converting this web
service to PostgreSQL. We will have a backup of our three production
servers at our location. The developers are recommending that I
purchase a 2GHz Dual Processor G5 with between 2GB and 4 GB RAM.
They say that this configuration would be able to easily run a copy
of all three production servers. My question is: has anybody had any
experience comparing the performance of PostgreSQL on a G5 Mac
versus a PC running Linux? Can anyone tell me if there are any
benefits of running PostgreSQL on one platform over the other.
Anything that can help me make the best decision would be
appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

--

Jeff Bohmer
VisionLink, Inc.
_______________ _______________ ___
303.402.0170 x121
http://www.visionlink.org/
_______________ _______________ ___
People. Tools. Change. Community.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 23 '05 #3
I noticed you ran PostgreSQL on a G4. What version of OS X were you
running? Is it possible the issues you were facing were fixed with the
newer G5 processor?

Jeff Bohmer wrote:

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X in
production, but due to numerous problems we switched to Linux. OS X
was not stable at all, especially under load. It was also a poor
performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently faster
at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for our
application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives goes
down at the wrong time, you can lose data. This happened to us with
our production OS X server last year. An extended power outage ran
out the UPS battery, the shutdown script did not stop the server in
time, and we had to restore from an earlier backup. For details on
why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and headache-free
on Linux. A complete change from OS X. Our main production
PostgreSQL server has been up for 234 days now. In that period, the
only downtime for PostgreSQL has been for planned upgrades.

As a side note, we've also had major problems running multi-threaded
servers on OS X which run great (stable and much, much faster) on Linux.

- Jeff
We currently are running a data intensive web service on a Mac using
4D. The developers of our site are looking at converting this web
service to PostgreSQL. We will have a backup of our three production
servers at our location. The developers are recommending that I
purchase a 2GHz Dual Processor G5 with between 2GB and 4 GB RAM. They
say that this configuration would be able to easily run a copy of all
three production servers. My question is: has anybody had any
experience comparing the performance of PostgreSQL on a G5 Mac versus
a PC running Linux? Can anyone tell me if there are any benefits of
running PostgreSQL on one platform over the other. Anything that can
help me make the best decision would be appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 23 '05 #4
I noticed you ran PostgreSQL on a G4. What version of OS X were you
running? Is it possible the issues you were facing were fixed with the
newer G5 processor?

Jeff Bohmer wrote:

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X in
production, but due to numerous problems we switched to Linux. OS X
was not stable at all, especially under load. It was also a poor
performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently faster
at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for our
application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives goes
down at the wrong time, you can lose data. This happened to us with
our production OS X server last year. An extended power outage ran
out the UPS battery, the shutdown script did not stop the server in
time, and we had to restore from an earlier backup. For details on
why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and headache-free
on Linux. A complete change from OS X. Our main production
PostgreSQL server has been up for 234 days now. In that period, the
only downtime for PostgreSQL has been for planned upgrades.

As a side note, we've also had major problems running multi-threaded
servers on OS X which run great (stable and much, much faster) on Linux.

- Jeff
We currently are running a data intensive web service on a Mac using
4D. The developers of our site are looking at converting this web
service to PostgreSQL. We will have a backup of our three production
servers at our location. The developers are recommending that I
purchase a 2GHz Dual Processor G5 with between 2GB and 4 GB RAM. They
say that this configuration would be able to easily run a copy of all
three production servers. My question is: has anybody had any
experience comparing the performance of PostgreSQL on a G5 Mac versus
a PC running Linux? Can anyone tell me if there are any benefits of
running PostgreSQL on one platform over the other. Anything that can
help me make the best decision would be appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 23 '05 #5
>I noticed you ran PostgreSQL on a G4. What version of OS X were you
running? Is it possible the issues you were facing were fixed with
the newer G5 processor?
We were using OS X 10.2 in production. We currently use 10.3 for our
development machines.

I would be shocked if a processor could fix stability issues in an
operating system. As for performance, I cannot say how much better
PostgreSQL runs on a G5 as we don't have any G5s. In terms of
hardware specs, a G4/1.25Ghz should blow away a P3/800. But it
didn't for us, and I think that is because Linux/x86 is much more
efficient than OS X/ppc. I do not expect that to change with a newer
ppc processor.

Since your your developers believe a dual G5 to be plenty, you will
probably get more than enough performance from an XServe G5 and any
comparable 2-way Intel or AMD x86 system. PostgreSQL should handily
outperform 4D. If those systems are in your price range, and
stability isn't a big concern, you should probably go with the OS you
are more familiar with.

- Jeff

Jeff Bohmer wrote:

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X
in production, but due to numerous problems we switched to Linux.
OS X was not stable at all, especially under load. It was also a
poor performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently
faster at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for
our application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives
goes down at the wrong time, you can lose data. This happened to
us with our production OS X server last year. An extended power
outage ran out the UPS battery, the shutdown script did not stop
the server in time, and we had to restore from an earlier backup.
For details on why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and
headache-free on Linux. A complete change from OS X. Our main
production PostgreSQL server has been up for 234 days now. In that
period, the only downtime for PostgreSQL has been for planned
upgrades.

As a side note, we've also had major problems running
multi-threaded servers on OS X which run great (stable and much,
much faster) on Linux.

- Jeff

We currently are running a data intensive web service on a Mac
using 4D. The developers of our site are looking at converting
this web service to PostgreSQL. We will have a backup of our three
production servers at our location. The developers are
recommendi ng that I purchase a 2GHz Dual Processor G5 with between
2GB and 4 GB RAM. They say that this configuration would be able
to easily run a copy of all three production servers. My question
is: has anybody had any experience comparing the performance of
PostgreSQL on a G5 Mac versus a PC running Linux? Can anyone tell
me if there are any benefits of running PostgreSQL on one platform
over the other. Anything that can help me make the best decision
would be appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


--

Jeff Bohmer
VisionLink, Inc.
_______________ _______________ ___
303.402.0170 x121
http://www.visionlink.org/
_______________ _______________ ___
People. Tools. Change. Community.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postg resql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #6
>I noticed you ran PostgreSQL on a G4. What version of OS X were you
running? Is it possible the issues you were facing were fixed with
the newer G5 processor?
We were using OS X 10.2 in production. We currently use 10.3 for our
development machines.

I would be shocked if a processor could fix stability issues in an
operating system. As for performance, I cannot say how much better
PostgreSQL runs on a G5 as we don't have any G5s. In terms of
hardware specs, a G4/1.25Ghz should blow away a P3/800. But it
didn't for us, and I think that is because Linux/x86 is much more
efficient than OS X/ppc. I do not expect that to change with a newer
ppc processor.

Since your your developers believe a dual G5 to be plenty, you will
probably get more than enough performance from an XServe G5 and any
comparable 2-way Intel or AMD x86 system. PostgreSQL should handily
outperform 4D. If those systems are in your price range, and
stability isn't a big concern, you should probably go with the OS you
are more familiar with.

- Jeff

Jeff Bohmer wrote:

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X
in production, but due to numerous problems we switched to Linux.
OS X was not stable at all, especially under load. It was also a
poor performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently
faster at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for
our application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives
goes down at the wrong time, you can lose data. This happened to
us with our production OS X server last year. An extended power
outage ran out the UPS battery, the shutdown script did not stop
the server in time, and we had to restore from an earlier backup.
For details on why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and
headache-free on Linux. A complete change from OS X. Our main
production PostgreSQL server has been up for 234 days now. In that
period, the only downtime for PostgreSQL has been for planned
upgrades.

As a side note, we've also had major problems running
multi-threaded servers on OS X which run great (stable and much,
much faster) on Linux.

- Jeff

We currently are running a data intensive web service on a Mac
using 4D. The developers of our site are looking at converting
this web service to PostgreSQL. We will have a backup of our three
production servers at our location. The developers are
recommendi ng that I purchase a 2GHz Dual Processor G5 with between
2GB and 4 GB RAM. They say that this configuration would be able
to easily run a copy of all three production servers. My question
is: has anybody had any experience comparing the performance of
PostgreSQL on a G5 Mac versus a PC running Linux? Can anyone tell
me if there are any benefits of running PostgreSQL on one platform
over the other. Anything that can help me make the best decision
would be appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


--

Jeff Bohmer
VisionLink, Inc.
_______________ _______________ ___
303.402.0170 x121
http://www.visionlink.org/
_______________ _______________ ___
People. Tools. Change. Community.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postg resql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #7
Well, the whole reason I have asked this question is because my
developer swears by OS X and PostgreSQL. However, I wanted opinions from
other people who have possibly used a similar setup so I can make an
informed decision. I will certainly keep your advice in mind. I guess
the only reason I was asking about the version of OS X and the G5
processor, is because that is all my developer uses and he seems to
think they make a great combination, but that seems to be at odds with
your experience.

Perhaps some others will weigh in with their experiences and I will be
able to make a sound decision. Fortunately there is no great rush to
decide. Thanks for your help.

Jeff Bohmer wrote:
I noticed you ran PostgreSQL on a G4. What version of OS X were you
running? Is it possible the issues you were facing were fixed with
the newer G5 processor?

We were using OS X 10.2 in production. We currently use 10.3 for our
development machines.

I would be shocked if a processor could fix stability issues in an
operating system. As for performance, I cannot say how much better
PostgreSQL runs on a G5 as we don't have any G5s. In terms of
hardware specs, a G4/1.25Ghz should blow away a P3/800. But it didn't
for us, and I think that is because Linux/x86 is much more efficient
than OS X/ppc. I do not expect that to change with a newer ppc
processor.

Since your your developers believe a dual G5 to be plenty, you will
probably get more than enough performance from an XServe G5 and any
comparable 2-way Intel or AMD x86 system. PostgreSQL should handily
outperform 4D. If those systems are in your price range, and
stability isn't a big concern, you should probably go with the OS you
are more familiar with.

- Jeff

Jeff Bohmer wrote:

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X
in production, but due to numerous problems we switched to Linux. OS
X was not stable at all, especially under load. It was also a poor
performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently
faster at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for
our application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives goes
down at the wrong time, you can lose data. This happened to us with
our production OS X server last year. An extended power outage ran
out the UPS battery, the shutdown script did not stop the server in
time, and we had to restore from an earlier backup. For details on
why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and
headache-free on Linux. A complete change from OS X. Our main
production PostgreSQL server has been up for 234 days now. In that
period, the only downtime for PostgreSQL has been for planned upgrades.

As a side note, we've also had major problems running multi-threaded
servers on OS X which run great (stable and much, much faster) on
Linux.

- Jeff
We currently are running a data intensive web service on a Mac
using 4D. The developers of our site are looking at converting this
web service to PostgreSQL. We will have a backup of our three
production servers at our location. The developers are recommending
that I purchase a 2GHz Dual Processor G5 with between 2GB and 4 GB
RAM. They say that this configuration would be able to easily run a
copy of all three production servers. My question is: has anybody
had any experience comparing the performance of PostgreSQL on a G5
Mac versus a PC running Linux? Can anyone tell me if there are any
benefits of running PostgreSQL on one platform over the other.
Anything that can help me make the best decision would be appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of
broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postg resql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #8
Well, the whole reason I have asked this question is because my
developer swears by OS X and PostgreSQL. However, I wanted opinions from
other people who have possibly used a similar setup so I can make an
informed decision. I will certainly keep your advice in mind. I guess
the only reason I was asking about the version of OS X and the G5
processor, is because that is all my developer uses and he seems to
think they make a great combination, but that seems to be at odds with
your experience.

Perhaps some others will weigh in with their experiences and I will be
able to make a sound decision. Fortunately there is no great rush to
decide. Thanks for your help.

Jeff Bohmer wrote:
I noticed you ran PostgreSQL on a G4. What version of OS X were you
running? Is it possible the issues you were facing were fixed with
the newer G5 processor?

We were using OS X 10.2 in production. We currently use 10.3 for our
development machines.

I would be shocked if a processor could fix stability issues in an
operating system. As for performance, I cannot say how much better
PostgreSQL runs on a G5 as we don't have any G5s. In terms of
hardware specs, a G4/1.25Ghz should blow away a P3/800. But it didn't
for us, and I think that is because Linux/x86 is much more efficient
than OS X/ppc. I do not expect that to change with a newer ppc
processor.

Since your your developers believe a dual G5 to be plenty, you will
probably get more than enough performance from an XServe G5 and any
comparable 2-way Intel or AMD x86 system. PostgreSQL should handily
outperform 4D. If those systems are in your price range, and
stability isn't a big concern, you should probably go with the OS you
are more familiar with.

- Jeff

Jeff Bohmer wrote:

We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X
in production, but due to numerous problems we switched to Linux. OS
X was not stable at all, especially under load. It was also a poor
performer under load or not.

In my tests, a P3/800, 512MB RAM (100MHz bus) was consistently
faster at all queries than a G4/1.25GHz, 1.5GB RAM (266MHz bus) for
our application. Both machines had single IDE drives.

Another thing to consider is that you can only get ATA drives with
Apple hardware. SCSI is not available from Apple, and SCSI devices
have very poor support under OS X. If a server with ATA drives goes
down at the wrong time, you can lose data. This happened to us with
our production OS X server last year. An extended power outage ran
out the UPS battery, the shutdown script did not stop the server in
time, and we had to restore from an earlier backup. For details on
why this can happen with ATA drives, see this thread:

<http://archives.postgr esql.org/pgsql-general/2003-10/msg01343.php>

Overall, PostgreSQL has been rock solid, very fast, and
headache-free on Linux. A complete change from OS X. Our main
production PostgreSQL server has been up for 234 days now. In that
period, the only downtime for PostgreSQL has been for planned upgrades.

As a side note, we've also had major problems running multi-threaded
servers on OS X which run great (stable and much, much faster) on
Linux.

- Jeff
We currently are running a data intensive web service on a Mac
using 4D. The developers of our site are looking at converting this
web service to PostgreSQL. We will have a backup of our three
production servers at our location. The developers are recommending
that I purchase a 2GHz Dual Processor G5 with between 2GB and 4 GB
RAM. They say that this configuration would be able to easily run a
copy of all three production servers. My question is: has anybody
had any experience comparing the performance of PostgreSQL on a G5
Mac versus a PC running Linux? Can anyone tell me if there are any
benefits of running PostgreSQL on one platform over the other.
Anything that can help me make the best decision would be appreciated.

--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of
broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


--
James Strickland - MCP
IT Manager
American Roamer
901-377-8585
http://www.americanroamer.com
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postg resql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #9
On Nov 3, 2004, at 1:33 PM, Jeff Bohmer wrote:
We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X in
production, but due to numerous problems we switched to Linux. OS X
was not stable at all, especially under load. It was also a poor
performer under load or not.


Did you (or anyone) ever compare performance of PostgreSQL under PPC
Linux running on the G4 or G5?

-Kevin Murphy
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postg resql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
14850
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
67
12556
by: Bob Powell | last post by:
To whom it may concern: I find the recent articles in various trade publications a little disturbing due to the lack of PostgrSQL mention. I continue to see articles about how IBM may be considering MYSQL for development an open_source web database. Why isn't PostgreSQL being considered or talked about by major industry giants? As a DBA I know that Postgres is far superior to MYSQL but if the industry directs it's energies towards...
1
3364
by: Richard Huxton | last post by:
On Thursday 12 February 2004 20:25, Prashanthi Muthyala wrote: > Hi Richard Hi Prashanthi - nice to hear from you again. I've taken the liberty of cc-ing the general list on this, since there may be others who can help here. > I am trying to migrate the database and its tables from mysql in my > windows machine to postgresql in my new red hat linux . I was following > your links which has converstions from msaccess,mysql to postgresql...
1
1692
by: phil campaigne | last post by:
Tom Lane wrote: > phil campaigne <pcampaigne@charter.net> writes: > > >> when I login to linux and check the env's I see: >> PATH=/usr/local/pgsql/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin:/home/postgres/bin:/opt/IBMJava2-14/bin:/opt/IBMJava2-14/jre/bin:/usr/local/pgsql/bin >> >> LD_LIBRARY_PATH=/usr/local/pgsql/lib >>
0
1550
by: Jerry LeVan | last post by:
Here is how I spent the last couple of days... Using aqua tcl/tk with postgresql seems to take a bit of extra work. With clues from Dan Steffen, I think I have it working... Here is the contents of my postgresql config command: ../configure --bindir=/usr/local/bin --mandir=/usr/local/share/man \
9
2185
by: Andy B | last post by:
If I bought one of these boxes/OS combos as a postgresql database server, would postgresql be able to make the best use of it with a huge (e.g. 40GB) database? Box: HP ProLiant DL585, with 4 AMD64 CPUs and 64GB of RAM. (other vendor options also exist) OS: SUSE enterprise 8 linux for AMD (links to product info at bottom)
1
2895
by: Devrim GUNDUZ | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - --------------------------------------------------------------------- PostgreSQL RPM Set Update 2004-10-26 Version(s): 7.3.8, 7.4.6
0
1231
by: Jim Strickland | last post by:
We currently are running a data intensive web service on a Mac using 4D. The developers of our site are looking at converting this web service to PostgreSQL. We will have a backup of our three production servers at our location. The developers are recommending that I purchase a 2GHz Dual Processor G5 with between 2GB and 4 GB RAM. They say that this configuration would be able to easily run a copy of all three production servers. My...
7
4024
by: david.humpherys | last post by:
how can i copy text to the linux clipboard? I've seen a number of posts explain how to do it with tk.... is this the only way? (i'm not using tk as my gui tool kit.) many thanks!
0
10260
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9910
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7460
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.