RE: [PHP-DB] maximum number of records in a db?

2005-08-26 Thread Bastien Koert
dependant as its language and db dependant. bastien From: Jordan Miller <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] maximum number of records in a db? Date: Fri, 26 Aug 2005 10:11:13 -0500 I was just wondering what is the maximum number of records that can be succes

Re: [PHP-DB] maximum number of records in a db?

2005-08-26 Thread Bastien Koert
like i said, billions are possible, but it becomes more of hardware issue, disk space, network availability etc bastien From: Jordan Miller <[EMAIL PROTECTED]> To: Miles Thompson <[EMAIL PROTECTED]> CC: php-db@lists.php.net Subject: Re: [PHP-DB] maximum number of records in a d

Re: [PHP-DB] maximum number of records in a db?

2005-08-26 Thread LifePOWER
bit processors up that max integer number... Hope that helps. - Original Message - From: "Miles Thompson" <[EMAIL PROTECTED]> To: Sent: Friday, August 26, 2005 8:29 AM Subject: Re: [PHP-DB] maximum number of records in a db? > At 12:11 PM 8/26/2005, Jordan Miller w

Re: [PHP-DB] maximum number of records in a db?

2005-08-26 Thread Raz
Perhaps you misunderstood what Miles wrote...never mind eh? Go here for example: http://www.mysql.com/why-mysql/ - found that in about 6 secs... raz -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] maximum number of records in a db?

2005-08-26 Thread Jordan Miller
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, Jorda

Re: [PHP-DB] maximum number of records in a db?

2005-08-26 Thread Miles Thompson
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 wit

[PHP-DB] maximum number of records in a db?

2005-08-26 Thread Jordan Miller
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 -- P