From: Matias M. <mm...@qu...> - 2000-03-09 01:41:51
|
> \_ I'm curious if any of you have tried browsing a large (i.e., more than > \_ 1M records) table with gtranscript? (I have and its not a pleasant > \_ experience.) > > It also doesn't like smaller tables (~200K rows) that have large text > blob things in them. > > David This is in part because the results are complelty copied to another type of struct that is standard to libgtrans_ifase , I have planed to create a more dynamic aproach to it. This should, if not complelty fix the problem, help in some ways. Another thing that causes the problem is that creating visible cells for that many registers takes up a lot of memory. Any suggestions on how to fix this last one are wellcome. Greeting, Matias. |