table row count

Поиск
Список
Период
Сортировка
От Martin Hurst
Тема table row count
Дата
Msg-id 007c01c2cff9$5bf9d060$0201a8c0@newpc
обсуждение исходный текст
Ответы Re: table row count
Re: table row count
Список pgsql-general
Is there a way to get the row count of a user table without doing the?

select count(*) from <table>

which can take some time and even do a table scan if the table has millions
of rows in it.

Are there any system tables or views that hold this value for any given user
table?

-Martin







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

Предыдущее
От: Dustin Sallings
Дата:
Сообщение: Re: How to do unique users
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: table row count