Connecting Tech Pros Worldwide Help | Site Map

recommended limit on array sizes?

  #1  
Old July 17th, 2005, 10:58 AM
yawnmoth
Guest
 
Posts: n/a
I'm using extended SQL queries (where I insert multiple columns with
one query) to limit the number of SQL queries that have to be made on
the server by storing every column that I'd like to insert into an
array $temp. Is there a limit on how big I should let the array get or
on how many columns I should insert at a time?

The largest number of things I'm going insert has around 2 million
entries totalling 40MB (it's in another DB).

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 04:15 AM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 11:37 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 09:56 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 03:15 AM