Incrementally saving a DataTable
- From: "dvestal@xxxxxxxxx" <dvestal@xxxxxxxxx>
- Date: Tue, 21 Apr 2009 07:33:14 -0700 (PDT)
For purposes of this question, suppose I have a DataTable, and I add
one row per second, over the course of several hours.
I have to:
- Keep this data in memory, and
- Not lose more than the last second's worth of data in the event of a
computer crash.
- Satisfy the first two requirements reasonably quickly, and without
slowing down over time.
To avoid losing data, I want to save the DataTable to a file, but I
don't know how to easily do this without saving the entire set of
data, and this will not scale well as the DataTable grows large. Any
ideas on how to accomplish this?
.
- Follow-Ups:
- Re: Incrementally saving a DataTable
- From: Pavel Minaev
- Re: Incrementally saving a DataTable
- From: Cor Ligthert[MVP]
- Re: Incrementally saving a DataTable
- From: Michaela Julia
- Re: Incrementally saving a DataTable
- Prev by Date: Re: Anybody know of any available POS frameworks?
- Next by Date: Re: Incrementally saving a DataTable
- Previous by thread: RE: GetWindowsDirectory retrieves wrong directory under Terminal S
- Next by thread: Re: Incrementally saving a DataTable
- Index(es):
Relevant Pages
|