Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / June 2006

Tip: Looking for answers? Try searching our database.

Alternative to Dataset??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Amar - 13 Jun 2006 17:03 GMT
Hi,
I am part of a team building a stock exchange software  - Order
Management system'.
The current system that we have supports 200,000 orders per day.
All of this data is needed in memory.Ofc ourse this system was built in
VC++.
what I want to know is :

-  Is there a alternative to storing data in dataset?
- this alternative doesnt have to be as flexible and as feature filled
as the dataset.
-can you suggest some ideas for the same.
I have been tinkering around with specifalised business objects and
using them to store the data.
John Timney (MVP) - 13 Jun 2006 22:00 GMT
> Hi,
> I am part of a team building a stock exchange software  - Order
[quoted text clipped - 5 lines]
>
> -  Is there a alternative to storing data in dataset?

Yes, leave it in the database and get it when required.

I would certainly not store large volumes of data in a dataset - techncially
they should be transiant, holding data currently being worked on - or
pointers to the data in the database for drill-down, and of course if you
hold it there all day it could likely become invalidated as the status of
orders change. That however is a design issue, but you should be looking at
making use of things like cache invalidation against selected data and
working on some traffic management and making correct use of the database
this data sits within.

> - this alternative doesnt have to be as flexible and as feature filled
> as the dataset.

> -can you suggest some ideas for the same.
> I have been tinkering around with specifalised business objects and
> using them to store the data.

You could store a subset, or the whole dataset as a local XML file,
depending on what your client is.  Net has advanced classes for handling
XML - that way its local but not resident in memory.

--
Regards

John Timney (MVP)

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.