logo       

Re: Bytea network traffic: binary vs text result format: msg#00001

Subject: Re: Bytea network traffic: binary vs text result format
Hi,

Miha D. Puc wrote:
So there is a need (people asking) and reason (performance) to use
binary format.

You are aware that PostgreSQL itself *can* transfer values in binary format? Check the Documentation: "43.1.3. Formats and Format Codes":

http://www.postgresql.org/docs/8.1/interactive/protocol.html

This works since protocol version 3, AFAICT. The client needs to support that, though. But the php pgsql binding, just as an example, doesn't use that feature.

So with all the above there should be a utility for conversion between
binary format and native types and/or string format in libpq.

There already are. Not in libpq, though. Most (if not all) internal types have those functions. See for example:

  # SELECT typinput, typoutput, typreceive, typsend
  #   FROM pg_type WHERE typname='int4';

   typinput | typoutput | typreceive | typsend
  ----------+-----------+------------+----------
   int4in   | int4out   | int4recv   | int4send
  (1 row)


The input and output functions deal with the textual representation, while send and receive convert to a binary representation in network byte order.

Hope that helps.

Regards

Markus


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe