Skip navigation.
 
mlRe: CoreData Best Practices
FROM : Bill Bumgarner
DATE : Sat Apr 30 09:49:04 2005

On Apr 29, 2005, at 4:13 PM, John Timmer wrote:

> I did say that I'm not sure where that would come down on the
> performance/memory use equation, though.  I haven't done a multi-
> way search
> on a managed object context with > 10000 objects yet.  Anyone know 
> how quick
> that is?
>


For XML and Binary, the search will be performed in memory and should 
be very quick, depending on the details of the predicate.

However, you can very likely gain a significant performance boost by 
using a SQL store in that the query will be optimized down to a SQL 
select statement and evaluated within the SQLite engine, which is 
quite nicely optimized, itself.

We regularly tested and optimized Core Data against data sets in the 
hundreds of thousands and millions of entities range.

If you do find a performance issue, please file a bug.

b.bum

Related mailsAuthorDate
mlCoreData Best Practices James Clause Apr 29, 16:49
mlRe: CoreData Best Practices John Brownlow Apr 29, 17:36
mlRe: CoreData Best Practices Scott Stevenson Apr 29, 19:07
mlRe: CoreData Best Practices John Timmer Apr 29, 22:34
mlRe: CoreData Best Practices John Timmer Apr 29, 23:28
mlRe: CoreData Best Practices Bill Bumgarner Apr 30, 00:00
mlRe: CoreData Best Practices John Timmer Apr 30, 00:29
mlRe: CoreData Best Practices Scott Ellsworth Apr 30, 00:43
mlRe: CoreData Best Practices Chris Hanson Apr 30, 00:56
mlCoreData: Single coordinator, multiple contexts? Paul Mix Apr 30, 01:03
mlRe: CoreData Best Practices John Timmer Apr 30, 01:13
mlRe: CoreData: Single coordinator, multiple contexts? Scott Stevenson Apr 30, 01:15
mlRe: CoreData Best Practices Scott Stevenson Apr 30, 01:18
mlRe: CoreData: Single coordinator, multiple contexts? mmalcolm crawford Apr 30, 01:47
mlRe: CoreData Best Practices Bill Bumgarner Apr 30, 09:49
mlRe: CoreData: Single coordinator, multiple contexts? Paul Mix Apr 30, 16:38
mlRe: CoreData: Single coordinator, multiple contexts? mmalcolm crawford May 1, 00:09