That fact that Realm has an ORM layer, and that batch inserts are noticeably 
slower than in SQLite makes it less performant in certain scenarios. The fact 
that is does not support JOIN queries also causes issues in other performance 
scenarios.

> On 2 Oct 2016, at 20:26, Marco S Hyman via swift-users 
> <swift-users@swift.org> wrote:
> 
>> 
>> On a broader note, I have yet to see a true modern replacement for SQLite on 
>> the embedded side. There are any number of lightweight document stores, but 
>> they either have performance worse than SQLite, or are not really suitable 
>> for embedded use.
> 
> Realm ???
> 
> It’s faster than sqlite and easy to use.  At least I found it easy in a 
> simple swift test app I wrote a while back.   Haven’t played with it since 
> the switch to swift 3.0.
> _______________________________________________
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to