i am talking about individual records, not putting all records into a very long string, if that's what you are saying. i know people routinely use millions of records... but how about billions or more?

Jordan


On Aug 26, 2005, at 10:29 AM, Miles Thompson wrote:

At 12:11 PM 8/26/2005, Jordan Miller wrote:

I was just wondering what is the maximum number of records that can
be successfully handled with a db. any db will do. it doesn't have to
be the fastest or best, just one that can hold the maximum number of
records and still be able to interact well with php. any ideas?

thanks,
Jordan



This is a useless question. Here's the matching answer: The number of records any database can hold matches the length of a piece of string.

Seriously - do some homework, visit the host sites and read the specs. A lot depends on what you intend to store.

As for "interacting well" - push the string.

MT

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to