[reportlab-users] Large tables - exponentially increasing run times

Robin Becker reportlab-users@reportlab.com
Fri, 14 May 2004 23:33:01 +0100


Craig Ringer wrote:
> Hi folks
....

hi indeed. I hope your efforts were independent and not duplicated. The 
longtable stuff was rolled in prior to 1.19. There should be a class

class LongTable(Table):
	'''Henning von Bargen's changes will be active'''
	_longTableOptimize = 1


Certainly there's an example at the end of tables.py which has 5000 
rows. Please try it out and report if it is still hopeless.
-- 
Robin Becker