Re: Why my query not using index to sort? - Mailing list pgsql-general

From Rob Sargent
Subject Re: Why my query not using index to sort?
Date
Msg-id 0a779131-11fb-4ef5-5412-fa4e412317f8@gmail.com
Whole thread Raw
In response to Re: Why my query not using index to sort?  (Arup Rakshit <ar@zeit.io>)
List pgsql-general

On 09/28/2018 12:51 PM, Arup Rakshit wrote:
>
> Yes, I have shown the explain plan output. But in my application log 
> the sql query prints 1.7 to 1.9 ms.
>
>
How often does the production app make this call?  Apparently it could 
do it 500 times per second.  But at such a rate the network overhead 
would be stupendous - you might think about getting more data per call, 
few calls.


pgsql-general by date:

Previous
From: Arup Rakshit
Date:
Subject: Re: Why my query not using index to sort?
Next
From: Adrian Klaver
Date:
Subject: Re: Why my query not using index to sort?