import slow
bmathews - December 27, 2007 - 03:05
| Project: | Family Tree 2 |
| Version: | 5.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I imported 11K names and was able to make it work by increasing the time out value to several hours. Some optimization could be used in these routines. I can supply a large gedcom file for testing purposes if needed.

#1
I haven't personally worked on the import feature, so I'll leave PFOLK or SETH to answer this. Thanks for trying out the module.
#2
Importing facts is somewhat slow because each individual requires creating a node, which requires a lot of back and forth between PHP and the database. That said, I imported a larger GEDCOM than that, and it certainly didn't take hours. I'd be happy to give your file a try to see if
Also, the import feature is implemented to go in stages, so that even if the whole file would take longer than your current processing timeout, you can import the file piece by piece. Please set your processing timeout back to something normal, then try it again in stages per http://drupal.org/node/144098#comment-555464
If that doesn't work reasonably well I'll try your file on my server.
#3
Setting to fixed.
#4
#5
Automatically closed -- issue fixed for two weeks with no activity.