Re: SQL Programming Question

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: SQL Programming Question
Дата
Msg-id AANLkTi=c5xQwDaxKrnavOTxMCSBT6EPabxrM6pyFrmOk@mail.gmail.com
обсуждение исходный текст
Ответ на SQL Programming Question  (tony@exquisiteimages.com)
Ответы Re: SQL Programming Question  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On Fri, Sep 10, 2010 at 11:07 PM,  <tony@exquisiteimages.com> wrote:
> Using PostgreSQL I can't open a table and do seeks against an index. I
> could do a select against the database and see if 0 records are returned,
> but that seems to take more time than doing a seek on an index. Is there a
> more SQL friendly way of handling this task?

I come a foxpro background too, and I can tell you for sure postgres
indexes should give you similar performance to what you're used to.
Do you have an index on the table?

merlin

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

Предыдущее
От: Darren Duncan
Дата:
Сообщение: Re: SQL Programming Question
Следующее
От: John R Pierce
Дата:
Сообщение: Re: SQL Programming Question