Re: Data access perfomance
- From: Eduardo Fonseca B. <EduardoFonsecaB@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 14:44:16 -0700
Sorry, I'm using Sql Server and Oracle 9i, on both databases the process is
too slow, I create the query and add the parameter to the OledbCommand, I
send just the column name and the value to an array,
then i create the insert from this array.
"Erland Sommarskog" wrote:
> 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: Erland Sommarskog
- Re: Data access perfomance
- References:
- Data access perfomance
- From: Eduardo Fonseca B.
- Re: Data access perfomance
- From: Erland Sommarskog
- Data access perfomance
- Prev by Date: Re: Data access perfomance
- Next by Date: Re: Data access perfomance
- Previous by thread: Re: Data access perfomance
- Next by thread: Re: Data access perfomance
- Index(es):
Relevant Pages
|