index skipped in favor of seq scan. - Mailing list pgsql-general

From ryan.a.roemmich@mail.sprint.com
Subject index skipped in favor of seq scan.
Date
Msg-id H0001cb70b98181a.0994709792.kcopmp06@MHS
Whole thread Raw
Responses Re: index skipped in favor of seq scan.  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
I am working with putting syslog logs into a database, I'm parsing the
logs and using the key information for my fields.  With my test data of
~200K rows the optimizer used my b-tree index that I created for an
oft-used where clause.  When the table grew to over 800K rows the index
was no longer used.  The field in question contains IP addresses, but
uses varchar.  The values are _not_ unique.  One particular address has
150K entries.  How can I keep my where queries speedy?

-ryan


pgsql-general by date:

Previous
From: "Matt Block"
Date:
Subject: dump
Next
From: "Mihai Gheorghiu"
Date:
Subject: Interfacing with MSAccess