Other than memory is there a limit to number of records in the store?

basically this is a question about caching does ember provide for caching a limited number of records? i could handle this myself but it seems to me to be something ember should already have built-in

zane

I’m pretty sure there is no other limit than memory / performance. I’ve never gone beyond tens of thousands of records myself though.

thanks for your reply

i can imagine unlimited memory consumption being an issue in some applications and especially on memory constrained devices

a simple lru-queue might be a good option to add