postgres icon indicating copy to clipboard operation
postgres copied to clipboard

TableAM: Optimize API for bulk insertion

Open Eulerizeit opened this issue 5 years ago • 0 comments
trafficstars

Currently there is state collected for the insert piece, it is in a format that HEAP can use immediately but other formats cannot.

Ideally we would create a situation where the state from bulk is being collected can be used leveraged from any storage.

Use Cases:

  • bulk load from outside
  • being able to CTAS from one storage format to another.

Eulerizeit avatar Jul 30 '20 14:07 Eulerizeit