Re: All Taxi Services need Index Clustered Heap Append

Поиск
Список
Период
Сортировка
От legrand legrand
Тема Re: All Taxi Services need Index Clustered Heap Append
Дата
Msg-id 1520706755239-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: All Taxi Services need Index Clustered Heap Append  (Evgeniy Shishkin <itparanoia@gmail.com>)
Список pgsql-hackers
Hello,

Would the following custom solution:

- a pre-loaded table rows being sorted by id and ts 
      containing null values for other columns, 
      enough free space per block to permit updates in place,
- having a (btree or brin) index on (id,ts), 
- loaded using UPDATEs in spite of INSERTs for each new mesure

have a chance to be a good work arround ?

Regards
PAscal




--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Fixes for missing schema qualifications
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: [HACKERS] PATCH: multivariate histograms and MCV lists