Re: To keep indexes in memory, is large enough effective_cache_sizeenough?

Поиск
Список
Период
Сортировка
От Sam R.
Тема Re: To keep indexes in memory, is large enough effective_cache_sizeenough?
Дата
Msg-id 2104059362.5470282.1537368339686@mail.yahoo.com
обсуждение исходный текст
Ответ на Re: To keep indexes in memory, is large enough effective_cache_size enough?  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: To keep indexes in memory, is large enough effective_cache_size enough?  (Wei Shan <weishan.ang@gmail.com>)
Re: To keep indexes in memory, is large enough effective_cache_sizeenough?  ("Sam R." <samruohola@yahoo.com>)
Список pgsql-performance
Thanks for the comments!

Sam wrote:
>> The data in db table columns is not needed to be kept in memory, only the index. (hash index.)

Jeff Janes wrote:
> This sounds like speculation.  Do you have hard evidence that this is actually the case?

In our case the "ID" is randomly generated random number. (Large ID.)
It is not a "sequential" number, but random.

In generation phase, it is a very large random number. Our application may not even generate the random ID.

We use hash index over the ID.

At the moment, in "pure theory", we will read randomly through the hash index.
So, no one will be able to know what part of the data (from the table) should be kept in memory.

Side note: Of course there may be (even many) use cases, where same data is read again and again. Still: I am thinking now from a very theoretical point of view (which we may still apply in practice).

In generic:
I am not certain how PostgreSQL or hash indexes work in detail, so my claim / wish of keeping only the index in memory may be faulty.  (This is one reason for these discussions.)

BR Sam


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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: To keep indexes in memory, is large enough effective_cache_size enough?
Следующее
От: Wei Shan
Дата:
Сообщение: Re: To keep indexes in memory, is large enough effective_cache_size enough?