When using a JadeBytes persistent instance is there any way to get map file partioning working? Jade continues to operate using the original _udr map file which does not partition when the parent instance (into which the JadeByte is embedded) dbfile is partioned. I do imagine this is likely intended behaviour given that a JadeByte is actually a collection class and partioning does not support collections, but in practical terms a JadeByte is used in quite different ways to a standard JADE collection and so if partioning were available it could be highly useful.
I would prefer to implement my solution using JadeBytes for the caching benefits and in my situation a 'single' map file (_udr) is the only viable option as I am dealing with 2-3 million binary instances. Luckily partioning is not a deal breaker in itself but would certainly be nice to have.
Regards,
Michael Jones