Use CoreData and SQLite Raw Querys side by side....possible?
Hi,
i have a pretty complex database structure with a lot of data inside.
So the performance using coredata for fetching is pretty slow, because the predicates get really complex. Also i have fetches, where i need multiple joins, which is not really supported.
But i dont wanna miss the easy fetches from coredata for my simple fetches.
Can i use coredata and raw sqlite fetches side by side or is this unsupported or causes any problems which i cant see now?
Best regards,
Grinarn
|