Timeline for How to speed up insertion performance in PostgreSQL
Current License: CC BY-SA 3.0
Post Revisions
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 23, 2019 at 21:12 | answer | added | Francisco Reynoso | timeline score: 15 | |
| Aug 10, 2018 at 23:19 | answer | added | Denys | timeline score: 32 | |
| Mar 13, 2018 at 21:29 | answer | added | Patrick | timeline score: -7 | |
| Nov 3, 2017 at 20:56 | comment | added | Sandeep | drop the indexes on the table and triggers if any and run the insert script. Once you have completed the bulk load you can recreate the indexes. | |
| Mar 14, 2015 at 18:20 | history | edited | Erwin Brandstetter | CC BY-SA 3.0 |
add tags, clean up
|
| Nov 4, 2014 at 14:12 | answer | added | Maxim Egorushkin | timeline score: 15 | |
| Jun 13, 2014 at 7:05 | answer | added | Mike T | timeline score: 20 | |
| Sep 1, 2012 at 18:45 | vote | accept | Luke101 | ||
| Aug 31, 2012 at 12:15 | comment | added | Craig Ringer | It's worth mentioning your Pg version in questions too. In this case it doesn't make tons of difference, but it does for a lot of questions. | |
| Aug 30, 2012 at 23:58 | answer | added | Craig Ringer | timeline score: 633 | |
| Aug 30, 2012 at 22:43 | answer | added | Icarus | timeline score: 4 | |
| Aug 30, 2012 at 22:39 | history | asked | Luke101 | CC BY-SA 3.0 |