[wp-trac] Re: [WordPress Trac] #8999: Completely New LiveJournal
Importer
WordPress Trac
wp-trac at lists.automattic.com
Mon Feb 9 20:47:25 GMT 2009
#8999: Completely New LiveJournal Importer
-------------------------------------+--------------------------------------
Reporter: beaulebens | Owner:
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 2.8
Component: Import | Version: 2.7
Severity: normal | Resolution:
Keywords: needs-testing has-patch |
-------------------------------------+--------------------------------------
Comment (by beaulebens):
Replying to [comment:41 ryan]:
> You would need to do an optimize table too to reclaim unused space and
defrag data after deleting the indices. And if someone imports into an
existing blog that already has a bunch of comments, adding and deleting
indices can take awhile. Can we add indices only when the import is large
and there aren't already a bunch of comments in the DB?
ATM I'm only adding the indices if there are more than 5000 comments being
imported (relatively arbitrary number), but good point on the OPTIMIZE
once done. From what I've seen, it only takes around 15 seconds (each) to
add the 3 indices on the table, even when there's already 200,000 comments
in there. Seems like an acceptable wait given the alternative is waiting
for hours for your import to complete?
Deleting indices takes around 7 seconds per index.
I'll add an OPTIMIZE once done (in the event that it did actually add the
indices).
--
Ticket URL: <http://trac.wordpress.org/ticket/8999#comment:42>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list