I am testing Postgres insertion performance. I have a table with one column with number as its data type. There is an index on it as well. I filled the database up using thi
For optimal Insertion performance disable the index if that's an option for you. Other than that, better hardware (disk, memory) is also helpful