powa-team / powa-archivist

powa-archivist: the powa PostgreSQL extension
http://powa.readthedocs.io/
PostgreSQL License
53 stars 20 forks source link

Max in main #61

Closed marco44 closed 5 months ago

marco44 commented 5 months ago

Close #60

All mins_in_range and maxs_in_range should be storage main

The reason is that we want those to be inline in the table, we don't want to have to fetch them via toast. It's the large records array we want toasted

rjuju commented 5 months ago

Thanks a lot, merged!