Hi, is there any will to make some performance optimizations? I use simple schema heavily with my data and it can take tens or hundreds of milliseconds to process like 40 items from database. Lot of time is spent in stuff like MongoObject or makeKeyGeneric. I don't use simple schema for work with mongo modifiers, I clean just objects (I'm not sure whether it is relevant) also, makeKeyGeneric is just some regex, which is unfortunately quite slow and maybe can be optimized somehow. Maybe there are some more stuff that could help. Thanks
Hi, is there any will to make some performance optimizations? I use simple schema heavily with my data and it can take tens or hundreds of milliseconds to process like 40 items from database. Lot of time is spent in stuff like
MongoObjectormakeKeyGeneric. I don't use simple schema for work with mongo modifiers, I clean just objects (I'm not sure whether it is relevant) also,makeKeyGenericis just some regex, which is unfortunately quite slow and maybe can be optimized somehow. Maybe there are some more stuff that could help. Thanks