Suppose I have a class "Book". Typically Django will create a table
in database for the class. If there are millions or even billions of
books, I don't want to place them into one large table. Instead, I
want to group them into different tables ("libraries"), in order to
speed up querying given the user explicitly knows which library to
query. But I don't know how to do so after browsing the Django
documentation. Could anybody help me?
Thanks,
Huang
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.