Changes between Initial Version and Version 1 of Ticket #31202, comment 10
- Timestamp:
- Feb 22, 2022, 4:51:37 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31202, comment 10
initial v1 4 4 - needs dealing with temporary tables, columns partially bootstrapped from target tables 5 5 - 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 onalot 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) 7 7 - impact of index on pk field of temp table uncertain (whether index creation outweighs the index gain on the final update) 8 8