For kicks, I downloaded genealogical data from familysearch.org, and successfully imported a tree containing 149,862 individuals, which I think is pretty impressive. I ended up with a 1.3G sqlite database with sources, notes, locations, etc.
I’m trying to creat an Ahnentaffel report of the tree to investigate the longest branches. I think my longest branch is 208 generations (this is more for curiosity than 208 generations being an actual thing). It appears that the dialog for the report limits it to 100 generations. Is there a way to go past this?
That max is hard-coded in the Report. But… since the Report plugin is written in Python, you can tweak the source code with any text editor.
To find the Report’s filename and path (labeled Location) on your machine, use the Plugin Manager enhanced addon from the Help menu and search for the Report Name:
Just a bit off the topic: I’d be interested in the speed of searches you have in this database. Would you please perform a search for a name in the person view, the first one without RegEx, the second one with RegEx, and tell me how long the search run in both cases?
It will be enough to simply look on the clock. I do not know his hardware but based on my experience, I’d expect something in the range of a minute or some minutes and that information would be enough for me.