Re: PostgreSQL giving jitters to Skypak
От | Christopher Petrilli |
---|---|
Тема | Re: PostgreSQL giving jitters to Skypak |
Дата | |
Msg-id | 59d991c40408241806aafcfd7@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: PostgreSQL giving jitters to Skypak ("Marc G. Fournier" <scrappy@postgresql.org>) |
Ответы |
Re: PostgreSQL giving jitters to Skypak
Re: PostgreSQL giving jitters to Skypak |
Список | pgsql-advocacy |
On Tue, 24 Aug 2004 20:11:13 -0300 (ADT), Marc G. Fournier <scrappy@postgresql.org> wrote: > On Tue, 24 Aug 2004, Jussi.Mikkola@bonware.com wrote: > > > Hi ! > > > > I think it would be a good idea to check how they are using indexes, and what > > the structure of the database is. Missing an index or two can affect quite > > much. > > As I'm experiencing with a client right now ... schema hurts alot too ... > all of their queries are bigint = int, so they are having to go through > their code and changing it to bigint = int::bigint so that indices are > being used properly ... I've always wondered... is there some reason we don't do "type promotion" to match indices? So if someone provides an int, and a bigint index exists, it should be used automatically, as they're interchangable (i.e. int is a subset of bigint). Chris -- | Christopher Petrilli | petrilli@gmail.com
В списке pgsql-advocacy по дате отправления: