Re: random access - bytea

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: random access - bytea
Дата
Msg-id 3F9B86B1.10306@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: random access - bytea  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: random access - bytea  (Dennis Bjorklund <db@zigo.dhs.org>)
Список pgsql-hackers
> This would imply that every little read would have to do a scan on a table 
> to find the row and then to perform the substr. An open command can 
> be optimized a lot more, for example to cache entries that have been 
> opened so that it's fast to read the next 1kb or whatever you want.

It's an index scan, so it's pretty fast...

Chris




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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Timestamp docs weirdness
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Coding help