01-23-06 07:53 AM
i am also facing the same problem, in my case, file size is 70 MB and there
are 350000 records. when i tried to process whole file, it never come back.
then i wrote some .net code to split the file into chunks of 2 MB each and
process the file. now process took 6 hours which is not acceptable. it is
very disappointing for developers as this is a very basic scenario that any
one can face. especially the health care providers file are very large and
they are facing issues of large file processing.
Regards,
BizWorld
"Brian Cesafsky" <brian.cesafsky@autotrackerplus.com> wrote in message
news:u52ksfgHGHA.3100@tk2msftngp13.phx.gbl...
>I have a process that accepts a flat file that has many records in it. The
>record is a 10 digit phone number followed by a CRLF. I have an
>orchestration that reads the flat file input and simple writes the
>record(s) to a SQL server DB. Everyting is working great when I have under
>5000 records in it, but as I get larger and larger in my tests, BTS is not
>processing the file. It takes about 14 minutes to process the 5000
>records.
>
>
> My issue is that for production processing, I will have in excess of
> 500,000 records to process in the input file. The input file is not huge
> (just 5 MB, but the record count is very high)
>
>
> Why can't BTS handle this, and what do you have for suggestion(s)???
>
>
> Thanks in advance!
>
> Brian
>
>
[ Post a follow-up to this message ]
|