Services
24×7×365 Technical Support
Migration to PostgreSQL
High Availability Deployment
Database Audit
Remote DBA for PostgreSQL
Products
Postgres Pro Enterprise
Postgres Pro Standard
Cloud Solutions
Postgres Extensions
Resources
Blog
Documentation
Webinars
Videos
Presentations
Community
Events
Training Courses
Books
Demo Database
Mailing List Archives
About
Leadership team
Partners
Customers
In the News
Press Releases
Press Info
Services
24×7×365 Technical Support
Migration to PostgreSQL
High Availability Deployment
Database Audit
Remote DBA for PostgreSQL
Products
Postgres Pro Enterprise
Postgres Pro Standard
Cloud Solutions
Postgres Extensions
Resources
Blog
Documentation
Webinars
Videos
Presentations
Community
Events
Training Courses
Books
Demo Database
Mailing List Archives
About
Leadership team
Partners
Customers
In the News
Press Releases
Press Info
Facebook
Downloads
Home
>
mailing lists
query slows down drastically with increased number of fields - Mailing list pgsql-performance
From
Tom Darci
Subject
query slows down drastically with increased number of fields
Date
October 26, 2006
21:39:50
Msg-id
6FB011BE26AACD4CB5F2B505AE0BEB2E020B6E86@MI8NYCMAIL05.Mi8.com
Whole thread
Raw
Responses
Re: query slows down drastically with increased number of fields
Re: query slows down drastically with increased number of fields
List
pgsql-performance
Tree view
Hello All-
We have a question about numbers of fields in the select clause of a query and how that affects query speed.
The following query simply selects the primary key field from a table with 100,000 records:
----------
----------
----------
----------
----------
----------
select p.opid
FROM
ott_op p
----------
----------
----------
----------
----------
----------
It runs in about half a second (running in PgAdmin... the query run time, not the data retrieval time)
When we change it by adding fields to the select list, it slows down drastically. This version takes about 3 seconds:
----------
----------
----------
----------
----------
----------
select p.opid, p.opid, p.opid, p.opid, p.opid, p.opid, p.opid, p.opid, p.opid, p.opid, p.opid
FROM
ott_op p
----------
----------
----------
----------
----------
----------
The more fields we add, the slower it gets.
My guess is that we are missing a configuration setting... any ideas?
Any help much appreciated.
Thanks,
-Tom
pgsql-performance
by date:
Previous
From:
Gavin Hamill
Date:
26 October 2006, 20:55:35
Subject:
Re: VACUUMs take twice as long across all nodes
Next
From:
Tom Lane
Date:
26 October 2006, 21:53:19
Subject:
Re: query slows down drastically with increased number of fields
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
I confirm that I have read and accepted PostgresPro’s
Privacy Policy
.
I agree to get Postgres Pro discount offers and other marketing communications.
✖
×
×
Everywhere
Documentation
Mailing list
List:
all lists
pgsql-general
pgsql-hackers
buildfarm-members
pgadmin-hackers
pgadmin-support
pgsql-admin
pgsql-advocacy
pgsql-announce
pgsql-benchmarks
pgsql-bugs
pgsql-chat
pgsql-cluster-hackers
pgsql-committers
pgsql-cygwin
pgsql-docs
pgsql-hackers-pitr
pgsql-hackers-win32
pgsql-interfaces
pgsql-jdbc
pgsql-jobs
pgsql-novice
pgsql-odbc
pgsql-patches
pgsql-performance
pgsql-php
pgsql-pkg-debian
pgsql-pkg-yum
pgsql-ports
pgsql-rrreviewers
pgsql-ru-general
pgsql-sql
pgsql-students
pgsql-testers
pgsql-translators
pgsql-www
psycopg
Period
anytime
within last day
within last week
within last month
within last 6 months
within last year
Sort by
date
reverse date
rank
Services
24×7×365 Technical Support
Migration to PostgreSQL
High Availability Deployment
Database Audit
Remote DBA for PostgreSQL
Products
Postgres Pro Enterprise
Postgres Pro Standard
Cloud Solutions
Postgres Extensions
Resources
Blog
Documentation
Webinars
Videos
Presentations
Community
Events
Training Courses
Books
Demo Database
Mailing List Archives
About
Leadership team
Partners
Customers
In the News
Press Releases
Press Info
By continuing to browse this website, you agree to the use of cookies. Go to
Privacy Policy
.
I accept cookies