Re: [HACKERS] TODO list updated

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] TODO list updated
Дата
Msg-id 200001130152.UAA25362@candle.pha.pa.us
обсуждение исходный текст
Ответ на RE: [HACKERS] TODO list updated  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы RE: [HACKERS] TODO list updated  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Re: [HACKERS] TODO list updated  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Hmmm,who solved ????
> * -spinlock stuck problem when elog(FATAL) and elog(ERROR) inside bufmgr

I thought you or Tatsuo fixed that.  I will remove the mark.

> 
> And I have felt that the followings are almost same.
> * Allow LIMIT ability on single-table queries that have no ORDER BY to use
>   a matching index [limit]
> * Improve LIMIT processing by using index to limit rows processed [limit]
> * Have optimizer take LIMIT into account when considering index scans
> [limit]
> 
> And Isn't it preferable to omit 'in ORDER BY' from
> * Use indexes in ORDER BY for restrictive data sets, min(), max()
> ?

I have now made it two items:
* Use indexes in ORDER BY for restrictive data sets              * Use indexes in ORDER BY for min(), max()

We currently do not use indexes to handle ORDER BY because it is slower,
but for queries returning only a few rows, we could use the index and
skip the ORDER BY.  Not sure if this is done yet, or if it is important.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] TODO list updated
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: libpq+MB/putenv(), getenv() clean up