Changes between Initial Version and Version 1 of Ticket #31202, comment 10


Ignore:
Timestamp:
Feb 22, 2022, 4:51:37 AM (2 years ago)
Author:
jerch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31202, comment 10

    initial v1  
    44- needs dealing with temporary tables, columns partially bootstrapped from target tables
    55- might need own cast/escape rules for more complex field types (have not yet looked at psycopg3's copy cursor mechanics)
    6 - might not work for all field types / payloads (this most likely depends on alot on the used transport format/delimiters)
     6- might not work for all field types / payloads (this most likely depends alot on the used transport format/delimiters)
    77- impact of index on pk field of temp table uncertain (whether index creation outweighs the index gain on the final update)
    88
Back to Top