Yes, it's possible - you should simply use MySQL Migration Toolkit to migrate tables.
But you should be aware of 3 things:
- estimate the perfomance using a test data generator(available in 1.9.4 RC1 in the debug mode)
- the data layer should be upgradable to 1.9.4 beginning with 1.9.3 FINAL
- you can do it if you have MySQL scripts skills only and you will not get much support.
As the data layer developer I can say that I will give a very limited support for the data layer beginning with 1.9.4 final only. Currently I don't have a free-of-charge time to fix possible issues.
If community helps in it - there will be more time to put into it.
The MySQL date layer is not a part of YAF, YAF developers support only MS SQL data layer. Here you mostly on your own.
Edited by user
12 years ago
|
Reason: Not specified