Re: PostgreSQL insights: does it use DMA?

From: pasman pasmański <pasman(dot)p(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL insights: does it use DMA?
Date: 2011-09-09 20:03:12
Message-ID: CAOWY8=YXh4dPkq5GS0Wb2JLG8UO-eR8Y--K4m3-VwGkcDaWXHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Look at developer faq.

2011/9/9, Antonio Rodriges <antonio(dot)rrz(at)gmail(dot)com>:
> Hello,
>
> Does anyone know whether PostgreSQL uses DMA (Direct Memory Access) in
> certain cases to improve networking IO performance?
>
> I mean "simple" query is which doesn't require any CPU processing, for ex
> SELECT column_a FROM table_b WHERE date = "2001-10-05"
>
> I need this to devise the best logic for the system with PostgreSQL as
> a layer. Certainly I could study PostgreSQL sources or test it with a
> simple application but I hope PostgreSQL experts are aware of this
> feature.
>
> Thank you.
>
> --
> Kind regards,
> Antonio Rodriges
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

--
------------
pasman

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Grittner 2011-09-09 20:29:48 Re: PostgreSQL insights: does it use DMA?
Previous Message Antonio Rodriges 2011-09-09 19:58:19 Re: PostgreSQL insights: does it use DMA?