he said number of records MT not number of charactors.
So no need to stick his head on a pike just yet ;)

But to answer your question jordan... the idea is that you probably wont run
out of rows. 32 bits allow integers to go to some number like 2,147,483,647,
and i spose that would be the max. 64 bit processors up that max integer
number...

Hope that helps.



----- Original Message -----
From: "Miles Thompson" <[EMAIL PROTECTED]>
To: <php-db@lists.php.net>
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 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