Hi Signor,

There is no right or wrong answer here. The only correct answer is 'it 
depends', which is utterly useless.  So I will give you a few pointers, 
that might help.

   1. Filtering through records is a prime DBMS function. In some cases you 
   can do it more effectively then a system that's build for tasks like this. 
   Is this such a case? are you sure you can do a better job than the MongoDB 
   people?
   2. How large is your product list? Totaling up under 100Kb? consider 
   keeping it in the browser. The 100Kb number is not a hard boundary, you 
   have to decide.
   3. how violate are your search parameters?   
   4. How many different set's does 1 user make? If both 3 and 4 are high 
   numbers, consider doing client side

That are a few of the prime considerations you have to make, there are many 
more. 
Did this help you a bit?

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to