Index-speeds

Поиск
Список
Период
Сортировка
От Kapil Tilwani
Тема Index-speeds
Дата
Msg-id 001e01c11cbc$3ab73880$1300a8c0@kapil1
обсуждение исходный текст
Ответы Re: Index-speeds  (GH <grasshacker@over-yonder.net>)
Re: Index-speeds  ("Nils O. Selåsdal" <noselasd@frisurf.no>)
Список pgsql-general
Hi,
        Could u just tell me, why do my Access queries run at least 2 times faster than PG queries and 1.5 times faster than MS-SQL.  The query involves one master table containing 10000 records, left - joined for getting Transactional sums from records in other tables...  Purchases, Sales, PurReturns, SalesReturns, OtherIssues.
 
        It takes 60-75 seconds in access, 100-120 seconds in SQL Server and 150 seconds in PG
 
 
        Secondly, is it possible to have an index like :
    create index in_a on a.id where a.id>5000
 
Thanx
Kapil

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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: HELP! BUG? pg_dump mucks up grant/revoke
Следующее
От: "Kapil Tilwani"
Дата:
Сообщение: Referential Integrity thru Views