Breeze importEntities
问题 When my application loads, I am exporting few breeze entities and storing those in local cache so that later when I have to make use of those entities again, I import them back from local storage and execute the query locally. There is one entity that has 84389 rows. I have noticed that the importEntites take longer to execute for this entity. Is there a way I can speed up this ? var entities = manager.getEntities('Client'); var exportedEntity = manager.exportEntities(entities, {