Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
701 stars 145 forks source link

Write minimal columns #154

Open Bengreen opened 8 years ago

Bengreen commented 8 years ago

When doing UPDATE operations the current API will read the whole record and then write a complete new record. This update only reads the columns specifically requested and only writes the columns specifically requested so minimising back and forth to the foreign server.