Postgresql – Insert large amount of data in table with index in Postgres
I have a table tbl in Postgres with 50 million rows. The tbl has an index on column_1 and there are a lot of queries to this table like select * from tbl where column_1 = 'value' Each query returns…