Saturday, March 30, 2013

Re: Doubt regarding JSON/SQL in Django

Al 30/03/13 19:25, En/na Parin Porecha ha escrit:
> Yes, I meant the former ( managing presentation on the client ).
>
> Also, considering that a user might have as many as 100 - 200 tasks in
> one JSON file ( their description, dates, tags and all ),
> is it better performance wise ?

The responsiveness of the application will be better. By the way, you're
not required to load all the tasks at a time, you can paginate the query
result and request chunks of data from the server as the user scrolls
down the list.



Regards

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment