Re: All Taxi Services need Index Clustered Heap Append - Mailing list pgsql-hackers

From legrand legrand
Subject Re: All Taxi Services need Index Clustered Heap Append
Date
Msg-id 1520706755239-0.post@n3.nabble.com
Whole thread Raw
In response to Re: All Taxi Services need Index Clustered Heap Append  (Evgeniy Shishkin <itparanoia@gmail.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Fixes for missing schema qualifications
Next
From: Mark Dilger
Date:
Subject: Re: [HACKERS] PATCH: multivariate histograms and MCV lists