Re: Data access perfomance
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 21:25:37 +0000 (UTC)
Eduardo Fonseca B. (EduardoFonsecaB@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
> I've developed an application that loads xml files into
> Databases and I fell like I've perfomance problems inserting into the DB.
> I've test the application with just the xml file read, and the application
> runs really fast,
> but if i enable the insert into the db it look like it runs too slow.
> I insert the data after I've finished reading the xml file.
> I'm testing with a file that has 45613 registries, and the lenght of the
> procces is about 26 minutes.
> Can someone help me, is it normal, is the application running too slow?
So what databases do you have? Oracle, Access, MySQL, SQL Server?
How are you inserting the data? Do you send the XML documenent to
the back-end, do you produce INSERT statements or what do you do?
I'm sorry, but your question is too unspecific to be able to give a
good answer to.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
.
- Follow-Ups:
- Re: Data access perfomance
- From: Eduardo Fonseca B.
- Re: Data access perfomance
- References:
- Data access perfomance
- From: Eduardo Fonseca B.
- Data access perfomance
- Prev by Date: Re: Retrieving record count from SQL Server
- Next by Date: Re: Data access perfomance
- Previous by thread: Data access perfomance
- Next by thread: Re: Data access perfomance
- Index(es):
Relevant Pages
|
Loading