From: Martin G. <gim...@gi...> - 2003-03-28 01:35:17
|
"David E. Weekly" <da...@we...> writes: >> How large is large? > > Qualitatively speaking, about 50+ lines of text. More data as we get > more reproduction cases. After I changed the columns in the tables to LONGTEXT, then I'm able to deal with a ~210 KiB page here: http://www.gimpster.com/wiki/CommandLine Before that change, the text on the page got truncated to 2^16 bytes which is the capacity of a TEXT column in MySQL. I guess a MEDIUMTEXT column with a capacity of 2^24 bytes = 16 MiB would suffice for most pages. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. Join Freenet: http://gimpster.com/downloads/freenet/ |