Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
Quick Links
Community
Contributors
Mailing Lists
IRC
Local User Groups
Events
International Sites
Re: Joint index including MAX() ?
From:
Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To:
Richard Neill <rn214(at)cam(dot)ac(dot)uk>
Cc:
pgsql-performance(at)postgresql(dot)org
Subject:
Re: Joint index including MAX() ?
Date:
2010-01-09 12:51:41
Message-ID:
2f4958ff1001090451j69934f2awce0a4c1fc7a27364@mail.gmail.com
Views:
Raw Message
|
Whole Thread
|
Download mbox
|
Resend email
Thread:
2010-01-09 12:46:07 from Richard Neill <rn214(at)cam(dot)ac(dot)uk>
2010-01-09 12:51:41 from Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
2010-01-09 12:52:31 from Lefteris <lsidir(at)gmail(dot)com>
2010-01-09 17:07:12 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-performance
you can also try :
select val FROM table ORDER BY val DESC LIMIT 1;
which usually is much quicker.
In response to
Joint index including MAX() ?
at 2010-01-09 12:46:07 from Richard Neill
Browse pgsql-performance by date
From
Date
Subject
Next Message
Lefteris
2010-01-09 12:52:31
Re: Joint index including MAX() ?
Previous Message
Kenneth Marshall
2010-01-09 12:46:46
Re: PG optimization question