Unlogged batches, as opposed to separte inserts, improve performance when inserts stay within the same partition.
What if tables t1
and t2
share exaclty the same partition key - does the same rule apply when a batch is a mix of t1
and t2
inserts?
This means respective t1
and t2
partitions are stored on the same node - link