-
Recent Posts
Recent Comments
- fisharebest on Exodus – Leaving GEDCOM behind…
- Wes Groleau on Exodus – Leaving GEDCOM behind…
- fisharebest on Exodus – Leaving GEDCOM behind…
- Stephen Arnold on Exodus – Leaving GEDCOM behind…
- fisharebest on Genesis – In the beginning was GEDCOM…
Archives
Categories
Meta
Tag Archives: mysql
Exodus – Leaving GEDCOM behind…
In an earlier article, I discussed ideas for a relational database to replace GEDCOM for storing genealogical data. Since writing it, I have put my words into action, and migrated all my genealogy research into this database. This has revealed … Continue reading
MySQL Configuration and Performance
MySQL has a large number of configuration options. Adjusting these can make an enormous difference to the performance of your database. Unfortunately, there is no single “best” set of settings. The optimal configuration depends on the version of MySQL, the … Continue reading
MySQL Cursor Loops – the easy way
If you want to use a cursor, you are going to need a loop. All the examples on the MySQL website are a bit convoluted, have unnecessary flags and checks. This is a better way to do it: