Is PostgreSQL sending large XML values too slow?
We have a table with around 10k rows, with the following scheme: item_id: TEXT (Primary Key) xml_1: XML xml_2: XML country: TEXT Running the following query takes around 9 to 10 seconds: SELECT * FROM info_table WHERE item_id IN ('item1','item2','...'…