indexes and tables

Поиск
Список
Период
Сортировка
От amit sehas
Тема indexes and tables
Дата
Msg-id 1324002101.99398.YahooMailClassic@web160503.mail.bf1.yahoo.com
обсуждение исходный текст
Ответы Re: indexes and tables
Список pgsql-general
HI,

we have a schema related question. We have 10 types of resource records.
Each one of these resource records has 3 fields (attributes) (lets say f1, f2, f3)...these fields have similar meaning
tothe corresponding 3 fields 
in each resource record although they be named slightly differently in
each resource record type.

We want to view these 10 resource record types uniformly with respect to
these 3 fields and place indexes across all the types on each one of these
fields, so that all resource records regardless of type would appear in these indexes.

We want these indexes to be stored persistently in the physical database
because we have 10 million objects and it is not practical to keep
recreating the indexes every time we need them.

Is there some way to accomplish this in PostgreSQL?

thanks

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

Предыдущее
От: Rick Pufky
Дата:
Сообщение: recovery_target_timeline and multiple slave behavior when master fails
Следующее
От: Patrick Kevin McCaffrey
Дата:
Сообщение: New User: PostgreSQL Setup - "The Program 'postgress' is needed by initdb but was not found in the same directory..."