473,508 Members | 3,343 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET application architecture involving heterogeneous data sources

Hello All,

I am in the process of building a proof-of-concept ASP.NET reporting
application that compares using a DataSet to hold information from various
data sources (SQL Server 2000 and Oracle 8i).

The above solution will be compared in terms of performance to a similar
proof-of-concept ASP.NET application connecting to a SQL Server linked
servers implementation and using DataReaders (our SQL Server will have
read-only access to the remote server, in this case Oracle 8i and the sample
ASP.NET app will run a stored proc against the SQL Server only).

Since we are attempting to build a reporting application, the key priority
is performance. As a benchmark I would like to display 10000 records within
a sub-second response times. I plan to load test each implementation with
60-100 concurrent users.

I would appreciate any feedback regarding the above implementations. I've
read that using linked servers is network resource intensive, while using
DataSets is not recommended to persist large amounts of data (and all I
really need to do is retrieve data, no INSERTS/UPDATES/DELETES).

Thank you for your help/feedback in advance,
Simeon
Jul 21 '05 #1
1 1228
use object and that object is directly map with ur table , if you are
fetching data from multiple table then use view and create object for that
view, and fill data by using datareader into object. You can also see
example into petshop application they have implemented in same manner.

"Simeon Lobo" wrote:
Hello All,

I am in the process of building a proof-of-concept ASP.NET reporting
application that compares using a DataSet to hold information from various
data sources (SQL Server 2000 and Oracle 8i).

The above solution will be compared in terms of performance to a similar
proof-of-concept ASP.NET application connecting to a SQL Server linked
servers implementation and using DataReaders (our SQL Server will have
read-only access to the remote server, in this case Oracle 8i and the sample
ASP.NET app will run a stored proc against the SQL Server only).

Since we are attempting to build a reporting application, the key priority
is performance. As a benchmark I would like to display 10000 records within
a sub-second response times. I plan to load test each implementation with
60-100 concurrent users.

I would appreciate any feedback regarding the above implementations. I've
read that using linked servers is network resource intensive, while using
DataSets is not recommended to persist large amounts of data (and all I
really need to do is retrieve data, no INSERTS/UPDATES/DELETES).

Thank you for your help/feedback in advance,
Simeon

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1331
by: kj | last post by:
The main rationale I have seen for namespace support in XML is to enable the peaceful coexistence of XML fragments from various sources within the same ("heterogeneous") XML document without their...
0
1237
by: CodeMonkey | last post by:
Hi, I was wondering if anybody could give me some advice on how to structure an application that I am about to start work on. The vague requirements will be: 1) Always-On monitoring of data...
0
1110
by: CodeMonkey | last post by:
Hi, I was wondering if anybody could give me some advice on how to structure an application that I am about to start work on. The vague requirements will be: 1) Always-On monitoring of data...
1
240
by: Simeon Lobo | last post by:
Hello All, I am in the process of building a proof-of-concept ASP.NET reporting application that compares using a DataSet to hold information from various data sources (SQL Server 2000 and...
0
7229
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7333
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7398
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7061
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5637
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4716
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3208
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3194
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1566
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.