Re: create index right after create table not working?

Поиск
Список
Период
Сортировка
От Manfred Koizar
Тема Re: create index right after create table not working?
Дата
Msg-id c00b7vc85h4pil73bqmvnr8gntbv004kvh@4ax.com
обсуждение исходный текст
Ответ на create index right after create table not working?  (Joost Witteveen <joostje@komputilo.org>)
Список pgsql-sql
On Sun, 16 Mar 2003 00:53:32 +0100, Joost Witteveen
<joostje@komputilo.org> wrote:
>Can CREATE index commands be issued right after the CREATE TABLE?

Yes.  And the index will be used if you do ANALYSE yourtable; or even
better VACUUM ANALYSE yourtable; after you have initially loaded your
table and before you start querying it.

ServusManfred


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

Предыдущее
От: "Objectz"
Дата:
Сообщение: String aggregate function
Следующее
От: Abdul Wahab Dahalan
Дата:
Сообщение: How to compare dates?