Re: Select too many ids..

Поиск
Список
Период
Сортировка
От Rodrigo De León
Тема Re: Select too many ids..
Дата
Msg-id a55915760710020931m72f26bc4g14dcedd6976620c6@mail.gmail.com
обсуждение исходный текст
Ответ на Select too many ids..  (Abandoned <besturk@gmail.com>)
Ответы Re: Select too many ids..  (Alban Hertroys <a.hertroys@magproductions.nl>)
Список pgsql-general
On 10/1/07, Abandoned <besturk@gmail.com> wrote:
> Hi..
> I have a id list and id list have 2 million dinamic elements..
> I want to select what id have point..
> I try:
>
> SELECT id, point FROM table WHERE id in (IDLIST)
>
> This is working but too slowly and i need to performance..
>
> I'm sorry my bad english.
> King regards..

DDL please...

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Select too many ids..
Следующее
От: Mike Charnoky
Дата:
Сообщение: Re: more problems with count(*) on large table