Are there any performance penalty for opposite edian platform combinations....

From: "Guoping Zhang" <guoping(dot)zhang(at)nec(dot)com(dot)au>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Are there any performance penalty for opposite edian platform combinations....
Date: 2006-08-01 05:01:15
Message-ID: 001401c6b527$85406620$74304c93@eddy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello,

I apologize that if the similar questions were already asked and answered
before.....
Here is a go:

a) If we have application clients running on a Solaris 10/SPARC box and
database server running on a Solaris10 X_86 box; further, we have a few
tables, in which we split an integer type of field into several our own
defined bit map segement, upon them, we have a set of logic operation
implemented in our applications, MY question is, could the different edian
scheme (SPARC is a big edian and X_86 is the opposite) possibly slow down
the applcation?

In fact, it is a general question that "Is it a good practice we shall avoid
to run application server and database server on the platform with opposite
edian? or it simply doesn't matter"?

b) Same direction for the question, if using slony-1, if master server is
running on a big edian host but slave is running on a small edian host, are
there any performance loss due to the edian difference?

Thanks in advance for your opinions.

Regards,
Guoping Zhang

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Florian Weimer 2006-08-01 07:28:05 Re: Performances with new Intel Core* processors
Previous Message Luke Lonergan 2006-08-01 04:26:57 Re: Performances with new Intel Core* processors