RE: Data Insertion
From: Dave (anonymous_at_discussions.microsoft.com)
Date: 03/30/04
- Next message: David V: "Re: PWM driver"
- Previous message: David V: "PWM driver"
- In reply to: Ilya Tumanov [MS]: "RE: Data Insertion"
- Next in thread: Ilya Tumanov [MS]: "RE: Data Insertion"
- Reply: Ilya Tumanov [MS]: "RE: Data Insertion"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 12:01:08 -0800
Hi Ilya,
Thank you for your help.
I have followed your suggestions.
Loading a file of more than 4 mb into a dataset is using up lots of memory.
The loading and insertion of the data is taking some twenty minutes.
Doesn't this seem very , very long?
Are there any benchmarks for data insertion with SQL CE and ADO.net?
It does not seem pratcical to load all the data into a dataset even using an embedded schema , reading the schema and then reading the data ignoring the schema .
The dataset solution does not seem to be a practical solution.
Do you have any idea if this technology is intended to be used on a PDA with a file of this size.
Do you have any other suggestions?
If I was to use the XMLTextReader method then repeatedly using a command object with ExecuteNonQuery and adding the records one by one is this going to be any slower than the dataset method?
Thanks for all your help,
Dave
- Next message: David V: "Re: PWM driver"
- Previous message: David V: "PWM driver"
- In reply to: Ilya Tumanov [MS]: "RE: Data Insertion"
- Next in thread: Ilya Tumanov [MS]: "RE: Data Insertion"
- Reply: Ilya Tumanov [MS]: "RE: Data Insertion"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|