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 / ASP.NET / General / March 2008

Tip: Looking for answers? Try searching our database.

What kind of data access you will use for the project with very large     database [such as myspace]

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
laziers@gmail.com - 31 Mar 2008 11:20 GMT
Hi,
What kind of data access you will use for the project with very large
database [such as myspace]:

1. NHibernate [this will be the slower?]
2. Linq
3. Sql queries + stored procedures [In my opinion this will be the
fastest]
4. DataSets
Andy Fish - 31 Mar 2008 12:00 GMT
I would think it depends more on the way you are accessing the data than the
size of the database

so if you are selecting or updating 10 rows, this will be fast if you are
using an index and slow if you are not using an index, regardless of which
method you use.

if you want to actually retrieve a large volume of data into the application
then, as you suggest, using the lowest level primitives with the least
overhead will give the best performance.

of course for an application like myspace with a large number of concurrent
users, the data access technology will have a significant impact on
performance, but this is more to do with the level of concurrent activity
than the size of the database.

Andy

> Hi,
> What kind of data access you will use for the project with very large
[quoted text clipped - 5 lines]
> fastest]
> 4. DataSets

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.