Finn Schiermer Andersen
Finn Schiermer Andersen
@tgoyne nope, the simplification here is removal of dead code. But please let me know if you think I'm removing code which is in use?
@chenjinpiao Are you still seeing this after an update?
Potential mitigation/fix in progress: https://github.com/realm/realm-core/pull/5645
I'm pretty sure we do not see the kind of slowdown you do, at least at the level of realm-core. Realm Core 6.0 (dotnet v 5.0.1) and later are somewhat...
@rhaly, thanx a lot... so the 50x slow down factor must have been introduced between 10.7.1 and 10.8.0 ... interesting
@svrzii Sorry for the missing response here. Is the issue still present? @jbreams Has this perhaps been fixed?
It is something else, it's not about the file growing. The assert indicates an attempt to refer to a part of the lock-file (not the database/realm file) which does not...
@morevij Are you using compaction?
@clementetb as this is a newcomer happening only after a recent release (if I read it correctly), it is likely *not* related to the problem in https://github.com/realm/realm-core/issues/5174
Isn't it just the sorting taking time here, and not the querying?