RE: [GENERAL] slow queries

1998-09-25 Thread Jackson, DeJuan
> seems that by creating a view ( with the query i mentioned before ), > my > queries were sped up by roughly 10 seconds... odd odd odd. > Not really so odd when you think of everything the backend has to do to process a query. Parsing, planning, and optimizing (not necessarily in that order) ca

[GENERAL] Win32 libpq libraries

1998-09-25 Thread Michael Ansley
Hi, Is anybody aware of any port of the libpq* client libraries to the Win32 platform? If so, where can I get them, and is the source available (the source would be an added convenience). If there is nothing like this available, does anybody want? Are there enough people out there to warrant

Re: [GENERAL] slow queries

1998-09-25 Thread Howie
On Fri, 18 Sep 1998, Thomas Good wrote: > On Fri, 18 Sep 1998, David Hartwig wrote: > > > I would like to see it! I was not aware that table aliasing could > > have any impact on performance. > > [SNIP] > I was a bit amazed myself. Federico Passaro, on the SQL list, > helped me out some ti