https://bugs.documentfoundation.org/show_bug.cgi?id=153380
--- Comment #21 from Eike Rathke <[email protected]> --- The clipboard target format used on Paste is HTML with all the polygon information in the wkt_geom column for each record stuffed into one cell, which then is also cut at some point. From QGIS 3.24.3-Tisler (on Fedora), even with all data selected, after Copy there appear to be only 4 rows in the clipboard and data is truncated after 64k characters: xclip -o | wc 3 3108 65536 (3 instead of 4 because there's no final linefeed after truncated data). So the original performance problem couldn't be reproduced. But for the HTML import slowness with huge data in one cell might be a bottle neck. -- You are receiving this mail because: You are the assignee for the bug.
