MrSinatra;534938 Wrote: > i'm glad about the move to sqlite, i was never a fan of the move to > mysql to begin with. based on what i'm reading around the forum, it > sounds like the writing is on the wall for MYSQL, and i expect official > support for it to be dropped eventually.
I sure hope not. I applaud Andy for keeping it alive and an option for 7.6. The MySQL part still needs a lot of work, as SQLite is the only option that works reliably on Windows, but it will get there. In my mind the jury is still out on which one will offer better performance with large libraries. No doubt scanning will always be much faster with SQLite, but that doesn't necessarily mean that queries needed for common tasks like the web interface, remote interface browsing, and the CLI will be faster. I'd expect MySQL to scale better on platforms where it can be given enough memory to work with. -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=77312 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
