Subject | Re: Database Size problem?? Please Help |
---|---|
Author | Adam |
Post date | 2005-04-19T06:12:54Z |
> in fact - do you really need multi-generational persistence for thistask at
> all?Alan is right here. You could probably achieve what you are after using
> Have you thought of doing it with memory arrays? and not creating
> persistence until after the task is complete?
> Alan
a TClientDataSet or equivalent (TkbmMemtable etc). Why even introduce
the Disk I/O costs associated with a database when you have no
intentions of storing the data?