Re: [postgis-users] Is my query planner failing me, or vice versa?

Поиск
Список
Период
Сортировка
От Gregory S. Williamson
Тема Re: [postgis-users] Is my query planner failing me, or vice versa?
Дата
Msg-id 71E37EF6B7DCC1499CEA0316A2568328024BBCD3@loki.wc.globexplorer.net
обсуждение исходный текст
Ответы Re: [postgis-users] Is my query planner failing me, or vice versa?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [postgis-users] Is my query planner failing me, or vice versa?  (Markus Schaber <schabi@logix-tt.com>)
Список pgsql-performance
Forgive the cross-posting, but I found myself wondering if might not be some way future way of telling the planner that
agiven table (column ?) has a high likelyhood of being TOASTed. Similar to the random_page_cost in spirit. We've got a
lotof indexed data that is spatial and have some table where no data is toasted (road segments) and others where
evrythingis. 

An idle suggestion from one who knows that he is meddling with ;-}

Greg Williamson
DBA
GlobeXplorer LLC

> -----Original Message-----
> From: postgis-users-bounces@postgis.refractions.net
> [mailto:postgis-users-bounces@postgis.refractions.net]On Behalf Of
> Jessica M Salmon
> Sent: Wednesday, December 14, 2005 9:09 AM
> To: PostGIS Users Discussion
> Subject: Re: [postgis-users] Is my query planner failing me, or vice versa?
>
> Thanks, Marcus, for explaining.
>
> And thanks, Robert, for asking that question about adjusting page size.
>
> My tuples are definitely toasted (some of my geometries are 30X too big for
> a single page!), so I'm glad I'm aware of the TOAST tables now. I suppose
> there's not much to be done about it, but it's good to know.
>
> Thanks everyone for such an array of insightful help.
>
> -Meghan

В списке pgsql-performance по дате отправления:

Предыдущее
От: Kevin Brown
Дата:
Сообщение: Re: Simple Join
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Simple Join