| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | hackers(at)postgreSQL(dot)org (PostgreSQL-development) |
| Subject: | cache lookups |
| Date: | 1999-03-17 23:08:23 |
| Message-ID: | 199903172308.SAA21034@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
To load the cache in several cases, we have to do it with sequential
scans, because there is no index on these tables, partially because they
didn't have multi-key indexes in the old days. I want to add system
indexes and have the cache use them before we go beta. I should finish
by the end of the weekend.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-03-17 23:09:03 | Re: [HACKERS] New postgres -O option for system tables |
| Previous Message | Clark Evans | 1999-03-17 23:00:37 | Re: [HACKERS] New postgres -O option for system tables |