M
martyn_wynne
I have 3 fields, SecurityID (int), Price (decimal) and DateStamp
(DateTime), up until now i've been recording the price in a SQL table
and reading it out. The reading is fine, but the boxes are really
stuggling with the writing, the Avg. Disk Queue Length is bordering on
a bottle neck.
So, i want to have a Windows Service keep this in memory and respond to
remote calls to set and get the data. Persistance is not required.
Now, which form shall i store the info in, DataTable, a collection of
objects, xml, or some other?
I want pure speed in and out.
Thanks in advance.
(DateTime), up until now i've been recording the price in a SQL table
and reading it out. The reading is fine, but the boxes are really
stuggling with the writing, the Avg. Disk Queue Length is bordering on
a bottle neck.
So, i want to have a Windows Service keep this in memory and respond to
remote calls to set and get the data. Persistance is not required.
Now, which form shall i store the info in, DataTable, a collection of
objects, xml, or some other?
I want pure speed in and out.
Thanks in advance.