View Single Post

   
  #2 (permalink)  
Old 04-19-2008, 08:11 AM
Tom Lane
 
Posts: n/a
Default Re: Are there any performance penalty for opposite edian platform combinations....

"Guoping Zhang" <guoping.zhang@nec.com.au> writes:
> 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"?


Our network protocol uses big-endian consistently, so there will be some
tiny hit for little-endian machines, independently of what's on the
other end of the wire. I can't imagine you could measure the difference
though.

regards, tom lane

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

http://www.postgresql.org/docs/faq

Reply With Quote