Wednesday, October 30, 2013

Re: Speed Improvements: Properties, Database Denormalization, Caching, Connection Pooling, etc.

Note: one other thing is that the legacy DB we're using has a character varying (PostGres) type as its primary key, even though it's really just an integer that should probably be auto incrementing serial type.  We're not adding anything new to this DB so the auto behavior isn't a big deal.  It seems like this might be just another speed penalty (although it doesn't seem like that would be what's really limiting us right now).

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4f330629-3d27-4edd-af2a-59c0900fdf81%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment