[wp-trac] [WordPress Trac] #6369: Blogger importer inefficient handling of data
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 13 19:12:17 UTC 2012
#6369: Blogger importer inefficient handling of data
--------------------------+----------------------------
Reporter: barry | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: WordPress.org
Component: Import | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+----------------------------
Comment (by Otto42):
I do not believe this to be an issue anymore, as the blogger importer is
only storing current status information (basically, list of blogs,
position of import, etc) in the blogger_importer option as of 0.5
(probably as of 0.4 too).
The data imported from the blog itself is not stored in the option,
although the URL of each post imported *is* stored there temporarily. It
would be possible to change this to be stored as post_meta instead
(probably already is, actually), and to be referenced there in order to
avoid duplicates, at the cost of extra SQL queries.
Can a large import be done to get an idea of what the current damage level
on the importer is?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/6369#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list