WordPress database error: [Disk full (/tmp/#sql-temptable-1-26208f-16a0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `markjacobsen_options`
Use LOAD when: <\/p>\n
Use IMPORT when: <\/p>\n
In general I would recommend IMPORT unless performance is absolutely critical or you have more than 10 million records (yes, that’s relatively arbitrary – the point is a LOT of data). The primary reason for this is that a botched load can send your entire table space into backup pending and leave you dead in the water. If you do decided to do a load, make sure you include steps to recover from the failed load (but that’s a topic for another day).<\/p>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i> Use LOAD when: Performance is critical. Load outperforms Import in all scenarios, sometimes by as much as a factor of 10 (May be closer to 6 times for UNIX systems). You want to LOAD FROM CURSOR to avoid the creation of an intermediate file. Use IMPORT when: You have smaller tables. You want additional “safety” … Continue reading Should I use DB2 LOAD or IMPORT?<\/span>
\n
\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>
\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"