From: Francesc A. <fa...@py...> - 2004-05-21 12:04:30
|
A Dijous 20 Maig 2004 22:48, John Bradbury va escriure: > Thank you for your prompt response. > > As I may be using very large tables the Table.removeRows() may be too slow. > Is it feasible to have a deleted flag in the record so that all records with > the flag set would be ignored? Then you would only have to append the > modified record. This is an excellent idea. Although I must think first which is the best way to implement such a flag, I think that would be feasible (and much more efficient than the present approach). Then, if the user do *lots* of deletions, he can always use the "ptrepack" utility in order to physically get rid of the rows marked as deleted. Thanks, -- Francesc Alted |