2011/7/26 nixlists <nixmli...@gmail.com>: > Is it a best practice to take a bunch of code out to the stored > procedures as much as possible, or the opposite is true with Django?
I don't want to comment on whether it's best practice or not ... I was thinking about efficiency: If the data processing gets too slow doing it with django, shipping the task to the database could improve things. On the other hand, if the speed is not the main issue. Keeping things simple and in one place is also nice. I just wanted to point out that usually databases are capable of doing these things very efficiently. Regards Roman -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.