On Friday, January 11, 2013 9:30:39 AM UTC+1, iñigo medina wrote: > > > El 11/01/2013 07:36, "Mike" <[email protected] <javascript:>> escribió: > > > > My users will upload text documents ranging from hundreds to thousands > of words. At the moment I store the text in a TextField. Is this going to > cause a performance problem in the future or would it be better to store > the text on the file system and put a file path in the data model? The > text does not need to be indexed and I'm using MySQL. > > That depends pretty much on the operations you perform over such field. > Fetch? Search? Concurrence updates? > > Iñigo > > > I need to fetch but not search or update. I guess this is pretty much case specific so I don't need to worry about it now, but if I run into performance problems in the future, this may be the first place to look.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/tthe_mfhKaUJ. 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.

