[ADMIN] Analyze Table

Поиск
Список
Период
Сортировка
От anand086
Тема [ADMIN] Analyze Table
Дата
Msg-id 1503075047520-5979024.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: [ADMIN] Analyze Table  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-admin
Hello All,


We have a requirement wherein, analyze table needs to be called from within
the application.

To give a background, we have schema called "dev" under which all the tables
are created, then we have "dev_dba" user which has been granted ownership of
all tables and then we have "dev_user" (application user) accessing the data
from the java application.

The application code run as dev_user, needs to analyze the table in case
application does truncate and insert data (~ 10 millions rows).

As per my understanding, only the owner of the table can analyze the table
and we do not want to make "dev_user" the owner.

What is the best possible way to get the table analyzed from application
code without changing granting owner to dev_user?


Thank you for your time.


Regards,
Anand



--
View this message in context: http://www.postgresql-archive.org/Analyze-Table-tp5979024.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


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

Предыдущее
От: Marco DE BOOIJ
Дата:
Сообщение: [ADMIN] Problems when upgrading postgresql-contrib-9.6
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [ADMIN] Analyze Table