Josh Berkus <[EMAIL PROTECTED]> writes:
> Does anyone know if HOT is compatible with pg_toast tables, or do TOASTed 
> rows 
> simply get excluded from HOT?

The current TOAST code never does any updates, only inserts/deletes.
But the HOT logic should be able to reclaim deleted rows early via
pruning.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to