Large Size Database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

urieilam
Forum Newbie
Posts: 10
Joined: Sat Sep 09, 2006 1:24 pm

Re: Large Size Database

Post by urieilam »

The CSV file is coming from an internal program the clients use, I have no choice but to use them as the input data. I ran the script using empty variables instead of parsing the csv, and the speed was only slightly quickly, i.e. - most of the time being consumed is coming from the queries (running the csv parsing without querying is very fast).
Post Reply