Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

Advice on handling tens of thousands of queried records

$
0
0

@melriffe wrote:

Howdy! :wave:

I actually have a few questions but the most important one: How do people deal with queries that return tens of thousands of records/models? I’m working in the medical domain and I need to query a lookup table that can return 70K+ records based on certain criteria. I’m hoping my problem isn’t unique and other folks have addressed this.

The second question: I need to use filters when querying lookup data. However I have a need to filter data after the initial query. I think I need to use peekAll but I’m not sure how to filter “after the fact”.

The third question: Is there a way I can use a combination of peekAll and query to only issue a network request when there are no targeted models in the store?

Thank you, in advance, for your guidance and time.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles