> Yes, it's definitely possible. DBs support very large text fields nowadays, I > wouldn't worry about it. Postgres's text field type is only limited by the > 1GB value-size limit general to all Postgres DB fields.
Plus, you can easily compresss web pages very effectively using built-in Python funcitons. I assume you won't be storing images, only HTML content (and maybe some JavaScript or CSS). You can expect some 80% reduction in size just by implementing some 4-6 lines of code... Cheers Jirka -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.